/src/dist/pf/sbin/pfctl/ |
pfctl.h | 56 int pfr_del_tables(struct pfr_table *, int, int *, int);
|
pfctl_table.c | 190 RVTEST(pfr_del_tables(&table, 1, &ndel, flags));
|
pfctl_radix.c | 96 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) function in typeref:typename:int
|
/src/sys/dist/pf/net/ |
pfvar.h | 1697 int pfr_del_tables(struct pfr_table *, int, int *, int);
|
pf_table.c | 1269 pfr_del_tables(struct pfr_table *tbl, int size, int *ndel, int flags) function in typeref:typename:int
|
pf_ioctl.c | 2674 error = pfr_del_tables(io->pfrio_buffer, io->pfrio_size,
|