/src/dist/pf/sbin/pfctl/ |
pfctl.h | 55 int pfr_add_tables(struct pfr_table *, int, int *, int);
|
pfctl_table.c | 90 (pfr_add_tables(&table, 1, &nadd, flags)) && \
|
pfctl_radix.c | 75 pfr_add_tables(struct pfr_table *tbl, int size, int *nadd, int flags) function in typeref:typename:int
|
/src/sys/dist/pf/net/ |
pfvar.h | 1696 int pfr_add_tables(struct pfr_table *, int, int *, int);
|
pf_table.c | 1189 pfr_add_tables(struct pfr_table *tbl, int size, int *nadd, int flags) function in typeref:typename:int
|
pf_ioctl.c | 2662 error = pfr_add_tables(io->pfrio_buffer, io->pfrio_size,
|