libnl 3.7.0
|
Informative structure passed on to message parser callbacks. More...
#include <netlink/genl/mngt.h>
Data Fields | |
struct sockaddr_nl * | who |
Socket address of sender. More... | |
struct nlmsghdr * | nlh |
Pointer to Netlink message header. More... | |
struct genlmsghdr * | genlhdr |
Pointer to Generic Netlink message header. More... | |
void * | userhdr |
Pointer to user header. More... | |
struct nlattr ** | attrs |
Pointer to array of parsed attributes. More... | |
Informative structure passed on to message parser callbacks.
This structure is passed on to all message parser callbacks and contains information about the sender of the message as well as pointers to all relevant sections of the parsed message.
struct nlmsghdr* genl_info::nlh |
struct genlmsghdr* genl_info::genlhdr |