Expand description
Module containing various types used across the various netlink
structures used in neli
.
§Design decisions
These structures are new types rather than type aliases in most cases to allow the internal representation to change without resulting in a breaking change.
Structs§
- Buffer
- A buffer of bytes.
- Flag
Buffer - A buffer of flag constants.
- Genl
Buffer - A buffer of generic netlink attributes.
- NlBuffer
- A buffer of netlink messages.
- RtBuffer
- A buffer of rtnetlink attributes.