Searched refs:pfrb_type (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sbin/pfctl/
H A Dpfctl_table.c163 b.pfrb_type = (opts & PF_OPT_VERBOSE2) ?
200 b.pfrb_type = PFRB_ADDRS;
215 b.pfrb_type = PFRB_ADDRS;
229 b.pfrb_type = PFRB_ADDRS;
263 b.pfrb_type = PFRB_ASTATS;
264 b2.pfrb_type = PFRB_ADDRS;
298 b.pfrb_type = (opts & PF_OPT_VERBOSE) ?
320 b.pfrb_type = PFRB_ADDRS;
321 b2.pfrb_type = PFRB_ADDRS;
526 b.pfrb_type
[all...]
H A Dpfctl_radix.c418 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX ||
423 bs = buf_esize[b->pfrb_type];
441 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX)
447 bs = buf_esize[b->pfrb_type];
464 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX) {
470 bs = buf_esize[b->pfrb_type];
H A Dpfctl.h42 int pfrb_type; /* type of content, see enum above */ member in struct:pfr_buffer
H A Dpfctl_optimize.c1237 (*tbl)->pt_buf->pfrb_type = PFRB_ADDRS;
1289 if (table_buffer.pfrb_type == 0) {
1291 table_buffer.pfrb_type = PFRB_TABLES;
H A Dpfctl.c323 t.pfrb_type = PFRB_TRANS;
340 t.pfrb_type = PFRB_TRANS;
360 t.pfrb_type = PFRB_TRANS;
1419 buf.pfrb_type = PFRB_TRANS;
H A Dparse.y4486 ab.pfrb_type = PFRB_ADDRS;

Completed in 167 milliseconds