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 8a8b7dc commit 2afc89bCopy full SHA for 2afc89b
src/unix/notbsd/linux/mod.rs
@@ -1808,6 +1808,14 @@ pub const NUD_FAILED: u16 = 0x20;
1808
pub const NUD_NOARP: u16 = 0x40;
1809
pub const NUD_PERMANENT: u16 = 0x80;
1810
1811
+pub const NTF_USE: u8 = 0x01;
1812
+pub const NTF_SELF: u8 = 0x02;
1813
+pub const NTF_MASTER: u8 = 0x04;
1814
+pub const NTF_PROXY: u8 = 0x08;
1815
+pub const NTF_EXT_LEARNED: u8 = 0x10;
1816
+pub const NTF_OFFLOADED: u8 = 0x20;
1817
+pub const NTF_ROUTER: u8 = 0x80;
1818
+
1819
// linux/rtnetlink.h
1820
pub const RTM_F_NOTIFY: ::c_uint = 0x100;
1821
pub const RTM_F_CLONED: ::c_uint = 0x200;
0 commit comments