libnl  3.2.24-rc1
genl_info Struct Reference

Informative structure passed on to message parser callbacks. More...

#include <netlink/genl/mngt.h>

Data Fields

struct sockaddr_nl * who
 Socket address of sender.
 
struct nlmsghdr * nlh
 Pointer to Netlink message header.
 
struct genlmsghdr * genlhdr
 Pointer to Generic Netlink message header.
 
void * userhdr
 Pointer to user header.
 
struct nlattr ** attrs
 Pointer to array of parsed attributes.
 

Detailed Description

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.

See Also
genl_cmd::c_msg_parser

Definition at line 37 of file mngt.h.