Searched refs:PF_OPT_VERBOSE2 (Results 1 – 7 of 7) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_table.c | 163 b.pfrb_type = (opts & PF_OPT_VERBOSE2) ? in pfctl_table() 170 if (opts & PF_OPT_VERBOSE2) in pfctl_table() 184 if (opts & PF_OPT_VERBOSE2) in pfctl_table() 211 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table() 225 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table() 256 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table() 294 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table() 324 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table() 355 if (opts & PF_OPT_VERBOSE2) { in pfctl_table() 364 if ((opts & PF_OPT_VERBOSE) && !(opts & PF_OPT_VERBOSE2)) in pfctl_table() [all...] |
H A D | pfctl.c | 1022 if (opts & PF_OPT_VERBOSE2) { in pfctl_print_eth_rule_counters() 1073 if (opts & PF_OPT_VERBOSE2) { in pfctl_print_rule_counters() 1193 opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG)); in pfctl_show_eth_rules() 1219 int rule_numbers = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG); in pfctl_show_rules() 1513 opts & PF_OPT_VERBOSE2, opts & PF_OPT_NUMERIC); in pfctl_show_nat() 1945 INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2)); in pfctl_load_eth_rule() 1947 pf->opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG)); in pfctl_load_eth_rule() 2080 INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2)); in pfctl_load_rule() 2082 pf->opts & PF_OPT_VERBOSE2, in pfctl_load_rule() 3015 opts |= PF_OPT_VERBOSE2; in main() [all …]
|
H A D | pf_print_state.c | 185 print_addr(&aw, af, opts & PF_OPT_VERBOSE2); in print_host() 422 if (opts & PF_OPT_VERBOSE2) { in print_state()
|
H A D | pfctl_parser.h | 48 #define PF_OPT_VERBOSE2 0x0080 macro
|
H A D | pfctl_parser.c | 634 if (opts & PF_OPT_VERBOSE2) { in print_status() 665 print_addr(&aw, sn->af, opts & PF_OPT_VERBOSE2); in print_src_node() 668 print_addr(&aw, sn->naf ? sn->naf : sn->af, opts & PF_OPT_VERBOSE2); in print_src_node()
|
H A D | pfctl_osfp.c | 266 if (opts & PF_OPT_VERBOSE2) in pfctl_file_fingerprints()
|
H A D | parse.y | 6282 if ((pf->opts & PF_OPT_VERBOSE2) && in expand_rule() 6954 if ((pf->opts & PF_OPT_VERBOSE2) && !sym->used) in parse_config()
|