Expand description
Netlink core parts
Structs§
- Attribute
- Netlink attribute
- Hardware
Address - HardwareAddress is an six octet identifier
- Header
- Netlink message header
- Message
- Netlink data message
- Message
Flags - Message flags
- Socket
- Netlink Socket can be used to communicate with the Linux kernel using the netlink protocol.
Enums§
- Message
Mode - Message mode
- Protocol
Traits§
- Convert
From - A trait for converting a value from one type to another. Any failure in converting will return None.
- Native
Pack - Pack value into byte slice, using native endian
- Native
Unpack - Trait for unpacking byte slice into a value, using native endian
- Send
Message - Trait for message to be sent by the socket
Functions§
- nested_
attribute_ array - Parsing an array of nested attributes
- pack_
vec - Pack a vector of values into byte slice