Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h50 #define PF_OPT_DEBUG 0x0200 macro
H A Dpfctl_table.c173 uintptr_t arg = opts & PF_OPT_DEBUG; in pfctl_table()
191 opts & PF_OPT_DEBUG); in pfctl_table()
H A Dpfctl.c1039 if (opts & PF_OPT_DEBUG) { in pfctl_print_rule_counters()
1076 if (!(opts & PF_OPT_DEBUG)) in pfctl_print_rule_counters()
1202 opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG)); in pfctl_show_eth_rules()
1228 int rule_numbers = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG); in pfctl_show_rules()
1974 pf->opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG)); in pfctl_load_eth_rule()
3001 opts |= PF_OPT_DEBUG; in main()
H A Dpfctl_qstats.c298 if (opts & PF_OPT_DEBUG)