Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpfctl.h149 void npfctl_table_replace(int, int, char **);
H A Dnpfctl.c494 npfctl_table_replace(fd, argc, argv); in npfctl()
H A Dnpf_cmd.c222 npfctl_table_replace(int fd, int argc, char **argv) in npfctl_table_replace() function
/netbsd-src/sys/net/npf/
H A Dnpf_ctl.c666 npfctl_table_replace(npf_t *npf, const nvlist_t *req, nvlist_t *resp) in npfctl_table_replace() function
871 error = npfctl_table_replace(npf, req, resp); in npfctl_run_op()