File tree 3 files changed +4
-7
lines changed 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -621,6 +621,10 @@ pub const F_TEST: ::c_int = 3;
621
621
pub const F_TLOCK : :: c_int = 2 ;
622
622
pub const F_ULOCK : :: c_int = 0 ;
623
623
624
+ pub const IFF_LOWER_UP : :: c_int = 0x10000 ;
625
+ pub const IFF_DORMANT : :: c_int = 0x20000 ;
626
+ pub const IFF_ECHO : :: c_int = 0x40000 ;
627
+
624
628
pub const ST_RDONLY : :: c_ulong = 1 ;
625
629
pub const ST_NOSUID : :: c_ulong = 2 ;
626
630
pub const ST_NODEV : :: c_ulong = 4 ;
Original file line number Diff line number Diff line change @@ -446,9 +446,6 @@ pub const IFF_MULTICAST: ::c_int = 0x1000;
446
446
pub const IFF_PORTSEL : :: c_int = 0x2000 ;
447
447
pub const IFF_AUTOMEDIA : :: c_int = 0x4000 ;
448
448
pub const IFF_DYNAMIC : :: c_int = 0x8000 ;
449
- pub const IFF_LOWER_UP : :: c_int = 0x10000 ;
450
- pub const IFF_DORMANT : :: c_int = 0x20000 ;
451
- pub const IFF_ECHO : :: c_int = 0x40000 ;
452
449
453
450
pub const SOL_IP : :: c_int = 0 ;
454
451
pub const SOL_TCP : :: c_int = 6 ;
Original file line number Diff line number Diff line change @@ -613,10 +613,6 @@ pub const IFF_MULTICAST: ::c_int = 0x1000;
613
613
pub const IFF_PORTSEL : :: c_int = 0x2000 ;
614
614
pub const IFF_AUTOMEDIA : :: c_int = 0x4000 ;
615
615
pub const IFF_DYNAMIC : :: c_int = 0x8000 ;
616
- pub const IFF_LOWER_UP : :: c_int = 0x10000 ;
617
- pub const IFF_DORMANT : :: c_int = 0x20000 ;
618
- pub const IFF_ECHO : :: c_int = 0x40000 ;
619
-
620
616
621
617
pub const SOL_IP : :: c_int = 0 ;
622
618
pub const SOL_TCP : :: c_int = 6 ;
You can’t perform that action at this time.
0 commit comments