Home
last modified time | relevance | path

Searched refs:npfctl_table_getname (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.h128 const char * npfctl_table_getname(nl_config_t *, unsigned, bool *);
H A Dnpf_show.c231 tname = npfctl_table_getname(ctx->conf, tid, &ifaddr); in print_table()
594 tname = npfctl_table_getname(ctx->conf, tid, &ifaddr); in npfctl_print_nat()
H A Dnpf_parse.y923 name = npfctl_table_getname(npfctl_config_ref(),
H A Dnpf_build.c192 npfctl_table_getname(nl_config_t *ncf, unsigned tid, bool *ifaddr) in npfctl_table_getname() function