Home
last modified time | relevance | path

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

/netbsd-src/lib/libnpf/
H A Dnpf.h156 int npf_table_replace(int, nl_table_t *, npf_error_t *);
H A 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/
H A Dnpf_cmd.c285 if (npf_table_replace(fd, t, NULL)) { in npfctl_table_replace()