Home
last modified time | relevance | path

Searched refs:npfctl_table_getbyname (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.h126 nl_table_t * npfctl_table_getbyname(nl_config_t *, const char *);
H A Dnpf_build.c164 npfctl_table_getbyname(nl_config_t *ncf, const char *name) in npfctl_table_getbyname() function
187 tl = npfctl_table_getbyname(npf_conf, name); in npfctl_table_getid()
H A Dnpf_cmd.c271 if ((t = npfctl_table_getbyname(ncf, name)) == NULL) { in npfctl_table_replace()