We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aab360 commit d033dabCopy full SHA for d033dab
src/unix/notbsd/linux/mod.rs
@@ -1858,6 +1858,12 @@ pub const RT_SCOPE_LINK: ::c_uchar = 253;
1858
pub const RT_SCOPE_HOST: ::c_uchar = 254;
1859
pub const RT_SCOPE_NOWHERE: ::c_uchar = 255;
1860
1861
+pub const RT_TABLE_UNSPEC: ::c_uchar = 0;
1862
+pub const RT_TABLE_COMPAT: ::c_uchar = 252;
1863
+pub const RT_TABLE_DEFAULT: ::c_uchar = 253;
1864
+pub const RT_TABLE_MAIN: ::c_uchar = 254;
1865
+pub const RT_TABLE_LOCAL: ::c_uchar = 255;
1866
+
1867
pub const RTMSG_OVERRUN: u32 = ::NLMSG_OVERRUN as u32;
1868
pub const RTMSG_NEWDEVICE: u32 = 0x11;
1869
pub const RTMSG_DELDEVICE: u32 = 0x12;
0 commit comments