File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1- #![ allow( dead_code) ]
21pub type c_char = i8 ;
32pub type caddr_t = * mut :: c_char ;
43pub type clockid_t = :: c_longlong ;
@@ -963,8 +962,6 @@ pub const BPF_X: ::c_int = 8;
963962// net/if.h
964963pub const IFNET_SLOWHZ : :: c_int = 1 ;
965964pub const IFQ_MAXLEN : :: c_int = 50 ;
966- pub const IF_NAMESIZE : :: c_int = 16 ;
967- pub const IFNAMSIZ : :: c_int = 16 ;
968965pub const IFF_UP : :: c_int = 0x1 ;
969966pub const IFF_BROADCAST : :: c_int = 0x2 ;
970967pub const IFF_DEBUG : :: c_int = 0x4 ;
@@ -987,8 +984,6 @@ pub const ARPHRD_ETHER: ::c_int = 1;
987984pub const ARPHRD_802_5 : :: c_int = 6 ;
988985pub const ARPHRD_802_3 : :: c_int = 6 ;
989986pub const ARPHRD_FDDI : :: c_int = 1 ;
990- pub const ARPOP_REQUEST : :: c_int = 1 ;
991- pub const ARPOP_REPLY : :: c_int = 2 ;
992987
993988// net/route.h
994989pub const RTM_ADD : :: c_int = 0x1 ;
You can’t perform that action at this time.
0 commit comments