File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1319,14 +1319,15 @@ pub const IFF_NOARP: ::c_int = 0x0000000080; // No address res. protocol
1319
1319
pub const IFF_PROMISC : :: c_int = 0x0000000100 ; // Receive all packets
1320
1320
pub const IFF_ALLMULTI : :: c_int = 0x0000000200 ; // Receive all multicast pkts
1321
1321
pub const IFF_INTELLIGENT : :: c_int = 0x0000000400 ; // Protocol code on board
1322
- pub const IFF_MULTICAST : :: c_int = 0x0000000800 ; // Supports multicast
1323
- // Multicast using broadcst. add.
1322
+ // Supports multicast Multicast using broadcst. add.
1323
+ pub const IFF_MULTICAST : :: c_int = 0x0000000800 ;
1324
1324
pub const IFF_MULTI_BCAST : :: c_int = 0x0000001000 ;
1325
1325
pub const IFF_UNNUMBERED : :: c_int = 0x0000002000 ; // Non-unique address
1326
1326
pub const IFF_DHCPRUNNING : :: c_int = 0x0000004000 ; // DHCP controls interface
1327
1327
pub const IFF_PRIVATE : :: c_int = 0x0000008000 ; // Do not advertise
1328
- pub const IFF_NOXMIT : :: c_int = 0x0000010000 ; // Do not transmit pkts
1329
- // No address - just on-link subnet
1328
+ // Do not transmit pkts
1329
+ // No address - just on-link subnet
1330
+ pub const IFF_NOXMIT : :: c_int = 0x0000010000 ;
1330
1331
pub const IFF_NOLOCAL : :: c_int = 0x0000020000 ;
1331
1332
pub const IFF_DEPRECATED : :: c_int = 0x0000040000 ; // Address is deprecated
1332
1333
pub const IFF_ADDRCONF : :: c_int = 0x0000080000 ; // Addr. from stateless addrconf
Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ pub const IFF_SLAVE: ::c_int = 0x800; // Slave of a load balancer.
749
749
pub const IFF_MULTICAST : :: c_int = 0x1000 ; // Supports multicast.
750
750
pub const IFF_PORTSEL : :: c_int = 0x2000 ; // Can set media type.
751
751
pub const IFF_AUTOMEDIA : :: c_int = 0x4000 ; // Auto media select active.
752
- // Dialup device with changing addresses.
752
+ // Dialup device with changing addresses.
753
753
pub const IFF_DYNAMIC : :: c_int = 0x8000 ;
754
754
755
755
pub const SOL_IP : :: c_int = 0 ;
You can’t perform that action at this time.
0 commit comments