#include <netlink-generic.h>
#include <netlink/netlink.h>
#include <netlink/genl/genl.h>
#include <netlink/genl/mngt.h>
#include <netlink/genl/family.h>
#include <netlink/genl/ctrl.h>
#include <netlink/utils.h>
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. More... | |
void | genl_unregister (struct nl_cache_ops *ops) |
Unregister generic netlink operations. More... | |
Resolving ID/Name | |
int | genl_ops_resolve (struct nl_sock *sk, struct genl_ops *ops) |
int | genl_mngt_resolve (struct nl_sock *sk) |