Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_radix.c356 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX || in pfr_buf_add()
361 bs = buf_esize[b->pfrb_type]; in pfr_buf_add()
379 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX) in pfr_buf_next()
385 bs = buf_esize[b->pfrb_type]; in pfr_buf_next()
402 if (b == NULL || b->pfrb_type <= 0 || b->pfrb_type >= PFRB_MAX) { in pfr_buf_grow()
408 bs = buf_esize[b->pfrb_type]; in pfr_buf_grow()
H A Dpfctl_table.c164 b.pfrb_type = (opts & PF_OPT_VERBOSE2) ? in pfctl_table()
204 b.pfrb_type = PFRB_ADDRS; in pfctl_table()
219 b.pfrb_type = PFRB_ADDRS; in pfctl_table()
233 b.pfrb_type = PFRB_ADDRS; in pfctl_table()
267 b.pfrb_type = PFRB_ASTATS; in pfctl_table()
268 b2.pfrb_type = PFRB_ADDRS; in pfctl_table()
304 b.pfrb_type = PFRB_ASTATS; in pfctl_table()
305 b2.pfrb_type = PFRB_ADDRS; in pfctl_table()
332 b.pfrb_type = (opts & PF_OPT_VERBOSE) ? in pfctl_table()
354 b.pfrb_type = PFRB_ADDRS; in pfctl_table()
[all …]
H A Dpfctl.h48 int pfrb_type; /* type of content, see enum above */ member
H A Dpfctl_optimize.c1252 (*tbl)->pt_buf->pfrb_type = PFRB_ADDRS; in add_opt_table()
1304 if (table_buffer.pfrb_type == 0) { in pf_opt_create_table()
1306 table_buffer.pfrb_type = PFRB_TABLES; in pf_opt_create_table()
H A Dpfctl.c370 skip_b.pfrb_type = PFRB_IFACES; in pfctl_get_skip_ifaces()
510 t.pfrb_type = PFRB_TRANS; in pfctl_clear_altq()
2171 buf.pfrb_type = PFRB_TRANS; in pfctl_rules()
H A Dparse.y5583 ab.pfrb_type = PFRB_ADDRS; in process_tabledef()