libnl  1.1.4
Data Fields
genl_cmd Struct Reference

Generic Netlink Command.

#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

Definition at line 29 of file mngt.h.