/src/dist/pf/sbin/pfctl/ |
pfctl.h | 57 int pfr_get_tables(struct pfr_table *, struct pfr_table *, int *, int);
|
pfctl_table.c | 172 RVTEST(pfr_get_tables(&table, 523 if (pfr_get_tables(NULL, b.pfrb_caddr, 525 err(1, "pfr_get_tables");
|
pfctl_radix.c | 117 pfr_get_tables(struct pfr_table *filter, struct pfr_table *tbl, int *size, function in typeref:typename:int
|
pfctl_optimize.c | 1288 if (pfr_get_tables(NULL, table_buffer.pfrb_caddr, 1290 err(1, "pfr_get_tables");
|
/src/sys/dist/pf/net/ |
pfvar.h | 1698 int pfr_get_tables(struct pfr_table *, struct pfr_table *, int *, int);
|
pf_table.c | 1309 pfr_get_tables(struct pfr_table *filter, struct pfr_table *tbl, int *size, function in typeref:typename:int 1334 printf("pfr_get_tables: corruption detected (%d).\n", n);
|
pf_ioctl.c | 2686 error = pfr_get_tables(&io->pfrio_table, io->pfrio_buffer,
|