|
libnl
3.2.7
|
Modules | |
| Controller | |
Data Structures | |
| struct | genl_cmd |
| Generic Netlink Command. More... | |
| struct | genl_ops |
| Generic Netlink Operations. More... | |
Functions | |
| char * | genl_op2name (int family, int op, char *buf, size_t len) |
Register/Unregister | |
| int | genl_register (struct nl_cache_ops *ops) |
| Register generic netlink operations. | |
| void | genl_unregister (struct nl_cache_ops *ops) |
| Unregister generic netlink operations. | |
Resolving ID/Name | |
| int | genl_ops_resolve (struct nl_sock *sk, struct genl_ops *ops) |
| int | genl_mngt_resolve (struct nl_sock *sk) |
| int genl_register | ( | struct nl_cache_ops * | ops | ) |
Register generic netlink operations.
| ops | cache operations |
Definition at line 172 of file mngt.c.
References nl_cache_ops::co_hdrsize, nl_cache_ops::co_msg_parser, nl_cache_ops::co_protocol, nl_msgtype::mt_id, nl_msgtype::mt_name, and nl_cache_mngt_register().
Here is the call graph for this function:| void genl_unregister | ( | struct nl_cache_ops * | ops | ) |
Unregister generic netlink operations.
| ops | cache operations |
Definition at line 209 of file mngt.c.
References nl_cache_mngt_unregister().
Here is the call graph for this function: