Crate netlink_sys

Source

Re-exports§

pub use self::async_socket_ext::AsyncSocketExt;

Modules§

async_socket_ext
constants
This module provides a lot of netlink constants for various protocol. As we add support for the various protocols, these constants will be moved to their own crate.
protocols

Structs§

Socket
A netlink socket.
SocketAddr
The address of a netlink socket

Traits§

AsyncSocket
Trait to support different async backends