/src/usr.sbin/npf/npfctl/ |
npfctl.h | 175 void npfctl_table_replace(int, int, char **);
|
npf_cmd.c | 222 npfctl_table_replace(int fd, int argc, char **argv) function in typeref:typename:void
|
npfctl.c | 496 npfctl_table_replace(fd, argc, argv);
|
/src/sys/net/npf/ |
npf_ctl.c | 671 * npfctl_table_replace: atomically replace a table's contents with 675 npfctl_table_replace(npf_t *npf, const nvlist_t *req, nvlist_t *resp) function in typeref:typename:int __noinline 880 error = npfctl_table_replace(npf, req, resp);
|