File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,11 @@ pub const __PTHREAD_RWLOCKATTR_SIZE__: usize = 12;
94
94
pub const TIOCTIMESTAMP : :: c_ulong = 0x40087459 ;
95
95
pub const TIOCDCDTIMESTAMP : :: c_ulong = 0x40087458 ;
96
96
97
+ pub const BIOCSETF : :: c_ulong = 0x80084267 ;
98
+ pub const BIOCSRTIMEOUT : :: c_ulong = 0x8008426d ;
99
+ pub const BIOCGRTIMEOUT : :: c_ulong = 0x4008426e ;
100
+ pub const BIOCSETFNR : :: c_ulong = 0x8008427e ;
101
+
97
102
extern {
98
103
pub fn exchangedata ( path1 : * const :: c_char ,
99
104
path2 : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -99,6 +99,11 @@ pub const __PTHREAD_RWLOCKATTR_SIZE__: usize = 16;
99
99
pub const TIOCTIMESTAMP : :: c_ulong = 0x40107459 ;
100
100
pub const TIOCDCDTIMESTAMP : :: c_ulong = 0x40107458 ;
101
101
102
+ pub const BIOCSETF : :: c_ulong = 0x80104267 ;
103
+ pub const BIOCSRTIMEOUT : :: c_ulong = 0x8010426d ;
104
+ pub const BIOCGRTIMEOUT : :: c_ulong = 0x4010426e ;
105
+ pub const BIOCSETFNR : :: c_ulong = 0x8010427e ;
106
+
102
107
extern {
103
108
pub fn exchangedata ( path1 : * const :: c_char ,
104
109
path2 : * const :: c_char ,
Original file line number Diff line number Diff line change @@ -1762,7 +1762,6 @@ pub const TIOCPTYGNAME: ::c_uint = 0x40807453;
1762
1762
pub const TIOCPTYUNLK : :: c_uint = 0x20007452 ;
1763
1763
1764
1764
pub const BIOCGDLTLIST : :: c_ulong = 0xc00c4279 ;
1765
- pub const BIOCSETFNR : :: c_ulong = 0x8010427e ;
1766
1765
1767
1766
pub const FIODTYPE : :: c_ulong = 0x4004667a ;
1768
1767
Original file line number Diff line number Diff line change @@ -1009,7 +1009,10 @@ pub const SLIPDISC: ::c_int = 0x4;
1009
1009
pub const PPPDISC : :: c_int = 0x5 ;
1010
1010
pub const NETGRAPHDISC : :: c_int = 0x6 ;
1011
1011
1012
+ pub const BIOCSETF : :: c_ulong = 0x80104267 ;
1012
1013
pub const BIOCGDLTLIST : :: c_ulong = 0xc0104279 ;
1014
+ pub const BIOCSRTIMEOUT : :: c_ulong = 0x8010426d ;
1015
+ pub const BIOCGRTIMEOUT : :: c_ulong = 0x4010426e ;
1013
1016
1014
1017
pub const FIODTYPE : :: c_ulong = 0x4004667a ;
1015
1018
pub const FIOGETLBA : :: c_ulong = 0x40046679 ;
Original file line number Diff line number Diff line change @@ -438,14 +438,11 @@ pub const POLLWRBAND: ::c_short = 0x100;
438
438
439
439
pub const BIOCGBLEN : :: c_ulong = 0x40044266 ;
440
440
pub const BIOCSBLEN : :: c_ulong = 0xc0044266 ;
441
- pub const BIOCSETF : :: c_ulong = 0x80104267 ;
442
441
pub const BIOCFLUSH : :: c_uint = 0x20004268 ;
443
442
pub const BIOCPROMISC : :: c_uint = 0x20004269 ;
444
443
pub const BIOCGDLT : :: c_ulong = 0x4004426a ;
445
444
pub const BIOCGETIF : :: c_ulong = 0x4020426b ;
446
445
pub const BIOCSETIF : :: c_ulong = 0x8020426c ;
447
- pub const BIOCSRTIMEOUT : :: c_ulong = 0x8010426d ;
448
- pub const BIOCGRTIMEOUT : :: c_ulong = 0x4010426e ;
449
446
pub const BIOCGSTATS : :: c_ulong = 0x4008426f ;
450
447
pub const BIOCIMMEDIATE : :: c_ulong = 0x80044270 ;
451
448
pub const BIOCVERSION : :: c_ulong = 0x40044271 ;
You can’t perform that action at this time.
0 commit comments