libnl  3.2.3
genl_cmd Struct Reference

Generic Netlink Command. More...

#include <mngt.h>

Data Fields

int c_id
 Unique command identifier.
char * c_name
 Name/description of command.
int c_maxattr
 Maximum attribute identifier, must be provided if a message parser is available.
int(* c_msg_parser )(struct nl_cache_ops *, struct genl_cmd *, struct genl_info *, void *)
struct nla_policyc_attr_policy
 Attribute validation policy (optional)

Detailed Description

Generic Netlink Command.

Definition at line 38 of file mngt.h.