#include <netlink/cli/utils.h>
Functions | |
uint32_t | nl_cli_parse_u32 (const char *arg) |
void | nl_cli_print_version (void) |
void | nl_cli_fatal (int err, const char *fmt,...) |
int | nl_cli_connect (struct nl_sock *sk, int protocol) |
struct nl_sock * | nl_cli_alloc_socket (void) |
struct nl_addr * | nl_cli_addr_parse (const char *str, int family) |
int | nl_cli_parse_dumptype (const char *str) |
int | nl_cli_confirm (struct nl_object *obj, struct nl_dump_params *params, int default_yes) |
struct nl_cache * | nl_cli_alloc_cache (struct nl_sock *sock, const char *name, int(*ac)(struct nl_sock *, struct nl_cache **)) |