libnl 1.1.4
Data Fields
genl_ops Struct Reference

Generic Netlink Operations. More...

#include <mngt.h>

Data Fields

int o_family
 
int o_id
 
char * o_name
 
struct nl_cache_opso_cache_ops
 
struct genl_cmdo_cmds
 
int o_ncmds
 
struct nl_list_head o_list
 

Detailed Description

Definition at line 57 of file mngt.h.

Field Documentation

◆ o_family

int genl_ops::o_family

Definition at line 59 of file mngt.h.

◆ o_id

int genl_ops::o_id

Definition at line 60 of file mngt.h.

◆ o_name

char* genl_ops::o_name

Definition at line 61 of file mngt.h.

◆ o_cache_ops

struct nl_cache_ops* genl_ops::o_cache_ops

Definition at line 62 of file mngt.h.

◆ o_cmds

struct genl_cmd* genl_ops::o_cmds

Definition at line 63 of file mngt.h.

◆ o_ncmds

int genl_ops::o_ncmds

Definition at line 64 of file mngt.h.

◆ o_list

struct nl_list_head genl_ops::o_list

Definition at line 67 of file mngt.h.