HomeSort by: relevance | last modified time | path
    Searched refs:pfrb_type (Results 1 - 6 of 6) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_table.c 161 b.pfrb_type = (opts & PF_OPT_VERBOSE2) ?
198 b.pfrb_type = PFRB_ADDRS;
213 b.pfrb_type = PFRB_ADDRS;
227 b.pfrb_type = PFRB_ADDRS;
261 b.pfrb_type = PFRB_ASTATS;
262 b2.pfrb_type = PFRB_ADDRS;
294 b.pfrb_type = (opts & PF_OPT_VERBOSE) ?
316 b.pfrb_type = PFRB_ADDRS;
317 b2.pfrb_type = PFRB_ADDRS;
519 b.pfrb_type = PFRB_TABLES
    [all...]
pfctl_radix.c 465 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX ||
470 bs = buf_esize[b->pfrb_type];
488 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX)
494 bs = buf_esize[b->pfrb_type];
511 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX) {
517 bs = buf_esize[b->pfrb_type];
pfctl.h 42 int pfrb_type; /* type of content, see enum above */ member in struct:pfr_buffer
pfctl_optimize.c 1230 (*tbl)->pt_buf->pfrb_type = PFRB_ADDRS;
1282 if (table_buffer.pfrb_type == 0) {
1284 table_buffer.pfrb_type = PFRB_TABLES;
pfctl.c 312 t.pfrb_type = PFRB_TRANS;
329 t.pfrb_type = PFRB_TRANS;
349 t.pfrb_type = PFRB_TRANS;
1361 buf.pfrb_type = PFRB_TRANS;
parse.y 4155 ab.pfrb_type = PFRB_ADDRS;

Completed in 21 milliseconds