Previous: Netlink Headers, Up: Netlink API [Contents][Index]
The (netlink standard) module defines the set of standard message types
and their data type.
errThe error code, as a negative number.
hdrThe message on which this error applies.
This variable defines the absence of data. This is useful when a structure
is expecting a body part, but the protocol specifically defines that it should
not take any data in some cases. For instance, a NLMSG_NOOP message
takes no data, so the data field of the message will contain this
no-data value.