File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -564,6 +564,11 @@ pub const TCA_DUMP_INVISIBLE: ::c_ushort = 10;
564
564
pub const TCA_CHAIN : :: c_ushort = 11 ;
565
565
pub const TCA_HW_OFFLOAD : :: c_ushort = 12 ;
566
566
567
+ pub const RTM_DELNETCONF : u16 = 81 ;
568
+ pub const RTM_NEWSTATS : u16 = 92 ;
569
+ pub const RTM_GETSTATS : u16 = 94 ;
570
+ pub const RTM_NEWCACHEREPORT : u16 = 96 ;
571
+
567
572
pub const RTM_F_LOOKUP_TABLE : :: c_uint = 0x1000 ;
568
573
pub const RTM_F_FIB_MATCH : :: c_uint = 0x2000 ;
569
574
Original file line number Diff line number Diff line change @@ -1949,17 +1949,13 @@ pub const RTM_GETADDRLABEL: u16 = 74;
1949
1949
pub const RTM_GETDCB : u16 = 78 ;
1950
1950
pub const RTM_SETDCB : u16 = 79 ;
1951
1951
pub const RTM_NEWNETCONF : u16 = 80 ;
1952
- pub const RTM_DELNETCONF : u16 = 81 ;
1953
1952
pub const RTM_GETNETCONF : u16 = 82 ;
1954
1953
pub const RTM_NEWMDB : u16 = 84 ;
1955
1954
pub const RTM_DELMDB : u16 = 85 ;
1956
1955
pub const RTM_GETMDB : u16 = 86 ;
1957
1956
pub const RTM_NEWNSID : u16 = 88 ;
1958
1957
pub const RTM_DELNSID : u16 = 89 ;
1959
1958
pub const RTM_GETNSID : u16 = 90 ;
1960
- pub const RTM_NEWSTATS : u16 = 92 ;
1961
- pub const RTM_GETSTATS : u16 = 94 ;
1962
- pub const RTM_NEWCACHEREPORT : u16 = 96 ;
1963
1959
1964
1960
pub const RTM_F_NOTIFY : :: c_uint = 0x100 ;
1965
1961
pub const RTM_F_CLONED : :: c_uint = 0x200 ;
You can’t perform that action at this time.
0 commit comments