File tree 1 file changed +0
-5
lines changed
1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
- #![ allow( dead_code) ]
2
1
pub type c_char = i8 ;
3
2
pub type caddr_t = * mut :: c_char ;
4
3
pub type clockid_t = :: c_longlong ;
@@ -963,8 +962,6 @@ pub const BPF_X: ::c_int = 8;
963
962
// net/if.h
964
963
pub const IFNET_SLOWHZ : :: c_int = 1 ;
965
964
pub const IFQ_MAXLEN : :: c_int = 50 ;
966
- pub const IF_NAMESIZE : :: c_int = 16 ;
967
- pub const IFNAMSIZ : :: c_int = 16 ;
968
965
pub const IFF_UP : :: c_int = 0x1 ;
969
966
pub const IFF_BROADCAST : :: c_int = 0x2 ;
970
967
pub const IFF_DEBUG : :: c_int = 0x4 ;
@@ -987,8 +984,6 @@ pub const ARPHRD_ETHER: ::c_int = 1;
987
984
pub const ARPHRD_802_5 : :: c_int = 6 ;
988
985
pub const ARPHRD_802_3 : :: c_int = 6 ;
989
986
pub const ARPHRD_FDDI : :: c_int = 1 ;
990
- pub const ARPOP_REQUEST : :: c_int = 1 ;
991
- pub const ARPOP_REPLY : :: c_int = 2 ;
992
987
993
988
// net/route.h
994
989
pub const RTM_ADD : :: c_int = 0x1 ;
You can’t perform that action at this time.
0 commit comments