Skip to content
Snippets Groups Projects
Commit 440bd538 authored by Alexander Polakov's avatar Alexander Polakov Committed by root
Browse files

sockaddr_nl for netlink sockets

parent e7ff66ba
No related branches found
No related tags found
No related merge requests found
......@@ -118,6 +118,13 @@ s! {
pub f_namemax: ::c_ulong,
__f_spare: [::c_int; 6],
}
pub struct sockaddr_nl {
pub nl_family: ::sa_family_t,
nl_pad: ::c_ushort,
pub nl_pid: u32,
pub nl_groups: u32
}
}
pub const FILENAME_MAX: ::c_uint = 4096;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment