netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
utils.c File Reference
Include dependency graph for utils.c:

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_socknl_cli_alloc_socket (void)
 
struct nl_addrnl_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_cachenl_cli_alloc_cache (struct nl_sock *sock, const char *name, int(*ac)(struct nl_sock *, struct nl_cache **))