libnl 3.7.0
|
Functions | |
struct rtnl_link * | nl_cli_link_alloc (void) |
struct nl_cache * | nl_cli_link_alloc_cache_family_flags (struct nl_sock *sock, int family, unsigned int flags) |
struct nl_cache * | nl_cli_link_alloc_cache_family (struct nl_sock *sock, int family) |
struct nl_cache * | nl_cli_link_alloc_cache (struct nl_sock *sock) |
struct nl_cache * | nl_cli_link_alloc_cache_flags (struct nl_sock *sock, unsigned int flags) |
void | nl_cli_link_parse_family (struct rtnl_link *link, char *arg) |
void | nl_cli_link_parse_name (struct rtnl_link *link, char *arg) |
void | nl_cli_link_parse_mtu (struct rtnl_link *link, char *arg) |
void | nl_cli_link_parse_ifindex (struct rtnl_link *link, char *arg) |
void | nl_cli_link_parse_txqlen (struct rtnl_link *link, char *arg) |
void | nl_cli_link_parse_weight (struct rtnl_link *link, char *arg) |
void | nl_cli_link_parse_ifalias (struct rtnl_link *link, char *arg) |
struct nl_cache * nl_cli_link_alloc_cache_family_flags | ( | struct nl_sock * | sock, |
int | family, | ||
unsigned int | flags | ||
) |
struct nl_cache * nl_cli_link_alloc_cache_family | ( | struct nl_sock * | sock, |
int | family | ||
) |
struct nl_cache * nl_cli_link_alloc_cache | ( | struct nl_sock * | sock | ) |
struct nl_cache * nl_cli_link_alloc_cache_flags | ( | struct nl_sock * | sock, |
unsigned int | flags | ||
) |
void nl_cli_link_parse_family | ( | struct rtnl_link * | link, |
char * | arg | ||
) |
void nl_cli_link_parse_name | ( | struct rtnl_link * | link, |
char * | arg | ||
) |
void nl_cli_link_parse_mtu | ( | struct rtnl_link * | link, |
char * | arg | ||
) |
void nl_cli_link_parse_ifindex | ( | struct rtnl_link * | link, |
char * | arg | ||
) |
void nl_cli_link_parse_txqlen | ( | struct rtnl_link * | link, |
char * | arg | ||
) |
void nl_cli_link_parse_weight | ( | struct rtnl_link * | link, |
char * | arg | ||
) |