File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/unix/bsd/netbsdlike/netbsd Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,6 @@ IFF_LINK2
416416IFF_LOOPBACK
417417IFF_MULTICAST
418418IFF_NOARP
419- IFF_NOTRAILERS
420419IFF_OACTIVE
421420IFF_POINTOPOINT
422421IFF_PROMISC
Original file line number Diff line number Diff line change @@ -1118,7 +1118,6 @@ pub const IFF_BROADCAST: c_int = 0x0002; // broadcast address valid
11181118pub const IFF_DEBUG : c_int = 0x0004 ; // turn on debugging
11191119pub const IFF_LOOPBACK : c_int = 0x0008 ; // is a loopback net
11201120pub const IFF_POINTOPOINT : c_int = 0x0010 ; // interface is point-to-point link
1121- pub const IFF_NOTRAILERS : c_int = 0x0020 ; // avoid use of trailers
11221121pub const IFF_RUNNING : c_int = 0x0040 ; // resources allocated
11231122pub const IFF_NOARP : c_int = 0x0080 ; // no address resolution protocol
11241123pub const IFF_PROMISC : c_int = 0x0100 ; // receive all packets
You can’t perform that action at this time.
0 commit comments