[][src]Module neli::nl

Top-level netlink header This module contains the top level netlink header code and attribute parsing. Every netlink message will be encapsulated in a top level Nlmsghdr.

Nlmsghdr is the structure representing a header that all netlink protocols require to be passed to the correct destination.

Design decisions

Payloads for Nlmsghdr can be any type that implements the Nl trait.

Structs

NlEmpty

Struct indicating an empty payload

Nlmsghdr

Top level netlink header and payload