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 8531cc1 commit cd6a285Copy full SHA for cd6a285
src/unix/notbsd/linux/mod.rs
@@ -339,3 +339,6 @@ cfg_if! {
339
pub use self::other::*;
340
}
341
342
+
343
+pub const AF_NETLINK: ::c_int = 16;
344
+pub const SOL_NETLINK: ::c_int = 270;
0 commit comments