Home
last modified time | relevance | path

Searched refs:PF_OPT_VERBOSE2 (Results 1 – 7 of 7) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_table.c163 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 Dpfctl.c1022 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 Dpf_print_state.c185 print_addr(&aw, af, opts & PF_OPT_VERBOSE2); in print_host()
422 if (opts & PF_OPT_VERBOSE2) { in print_state()
H A Dpfctl_parser.h48 #define PF_OPT_VERBOSE2 0x0080 macro
H A Dpfctl_parser.c634 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 Dpfctl_osfp.c266 if (opts & PF_OPT_VERBOSE2) in pfctl_file_fingerprints()
H A Dparse.y6282 if ((pf->opts & PF_OPT_VERBOSE2) && in expand_rule()
6954 if ((pf->opts & PF_OPT_VERBOSE2) && !sym->used) in parse_config()