Home
last modified time | relevance | path

Searched refs:PF_OPT_DEBUG (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_table.c171 uintptr_t arg = opts & PF_OPT_DEBUG; in pfctl_table()
189 opts & PF_OPT_DEBUG); in pfctl_table()
H A Dpfctl_parser.h52 #define PF_OPT_DEBUG 0x00200 macro
H A Dpfctl.c1192 if (opts & PF_OPT_DEBUG) { in pfctl_print_rule_counters()
1232 if (!(opts & PF_OPT_DEBUG)) in pfctl_print_rule_counters()
1591 opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG)); in pfctl_show_eth_rules()
1720 (opts & (PF_OPT_VERBOSE2|PF_OPT_DEBUG))) in pfctl_show_rules()
2446 pf->opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG)); in pfctl_load_eth_rule()
3745 opts |= PF_OPT_DEBUG; in main()
H A Dpfctl_qstats.c298 if (opts & PF_OPT_DEBUG)
H A Dpfctl_parser.c395 int verbose = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG); in print_fromto()
900 int verbose = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG); in print_rule()