/src/usr.sbin/npf/npfctl/ |
npfctl.h | 176 void npfctl_table(int, int, char **);
|
npf_cmd.c | 291 npfctl_table(int fd, int argc, char **argv) function in typeref:typename:void
|
npfctl.c | 59 NPFCTL_TABLE, 490 case NPFCTL_TABLE: 498 npfctl_table(fd, argc, argv); 564 { "table", NPFCTL_TABLE },
|
/src/sys/net/npf/ |
npf_impl.h | 316 int npfctl_table(npf_t *, void *);
|
npf_os.c | 278 return npfctl_table(npf, data);
|
npf_ctl.c | 796 * npfctl_table: add, remove or query entries in the specified table. 801 npfctl_table(npf_t *npf, void *data) function in typeref:typename:int
|