Home
last modified time | relevance | path

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

/netbsd/src/lib/libnpf/
Dnpf.h156 int npf_table_replace(int, nl_table_t *, npf_error_t *);
Dnpf.expsym90 npf_table_replace
Dnpf.c1268 npf_table_replace(int fd, nl_table_t *tl, npf_error_t *errinfo) in npf_table_replace() function
/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_cmd.c285 if (npf_table_replace(fd, t, NULL)) { in npfctl_table_replace()