Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/pfctl/
HDpfctl_table.c164 b.pfrb_type = (opts & PF_OPT_VERBOSE2) ? in pfctl_table()
171 if (opts & PF_OPT_VERBOSE2) in pfctl_table()
185 if (opts & PF_OPT_VERBOSE2) in pfctl_table()
212 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table()
226 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table()
257 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table()
295 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table()
325 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback) in pfctl_table()
356 if (opts & PF_OPT_VERBOSE2) { in pfctl_table()
365 if ((opts & PF_OPT_VERBOSE) && !(opts & PF_OPT_VERBOSE2)) in pfctl_table()
[all …]
HDpf_print_state.c186 print_addr(&aw, af, opts & PF_OPT_VERBOSE2); in print_host()
382 if (opts & PF_OPT_VERBOSE2) { in print_state()
HDpfctl_parser.h48 #define PF_OPT_VERBOSE2 0x0080 macro
HDpfctl.c1034 int rule_numbers = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG); in pfctl_show_rules()
1314 opts & PF_OPT_VERBOSE2, opts & PF_OPT_NUMERIC); in pfctl_show_nat()
1697 INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2)); in pfctl_load_rule()
1699 pf->opts & PF_OPT_VERBOSE2, in pfctl_load_rule()
2544 opts |= PF_OPT_VERBOSE2; in main()
2648 opts & PF_OPT_VERBOSE2); in main()
HDpfctl_parser.c630 if (opts & PF_OPT_VERBOSE2) { in print_status()
657 print_addr(&aw, sn->af, opts & PF_OPT_VERBOSE2); in print_src_node()
660 print_addr(&aw, sn->af, opts & PF_OPT_VERBOSE2); in print_src_node()
HDpfctl_osfp.c267 if (opts & PF_OPT_VERBOSE2) in pfctl_file_fingerprints()
HDparse.y5549 if ((pf->opts & PF_OPT_VERBOSE2) && in expand_rule()
6180 if ((pf->opts & PF_OPT_VERBOSE2) && !sym->used) in parse_config()