Searched refs:PF_OPT_VERBOSE (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | pfctl_table.c | 187 print_table(p, opts & PF_OPT_VERBOSE, in pfctl_table() 204 if (opts & PF_OPT_VERBOSE) in pfctl_table() 209 if (opts & PF_OPT_VERBOSE) in pfctl_table() 218 if (opts & PF_OPT_VERBOSE) in pfctl_table() 223 if (opts & PF_OPT_VERBOSE) in pfctl_table() 233 if (opts & PF_OPT_VERBOSE) in pfctl_table() 254 if (opts & PF_OPT_VERBOSE) in pfctl_table() 287 if (opts & PF_OPT_VERBOSE) in pfctl_table() 292 if (opts & PF_OPT_VERBOSE) in pfctl_table() 317 if (opts & PF_OPT_VERBOSE) in pfctl_table() [all...] |
H A D | pfctl.c | 1013 if (opts & PF_OPT_VERBOSE) { in pfctl_print_eth_rule_counters() 1059 if (opts & PF_OPT_VERBOSE) { in pfctl_print_rule_counters() 1155 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules() 1159 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules() 1172 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules() 1202 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules() 1267 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules() 1271 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules() 1385 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules() 1402 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules() [all …]
|
H A D | pf_print_state.c | 319 if (opts & PF_OPT_VERBOSE) { in print_state() 355 if (opts & PF_OPT_VERBOSE) { in print_state()
|
H A D | parse.y | 711 if (pf->opts & PF_OPT_VERBOSE) 718 if (pf->opts & PF_OPT_VERBOSE) 725 if (pf->opts & PF_OPT_VERBOSE) 732 if (pf->opts & PF_OPT_VERBOSE) 739 if (pf->opts & PF_OPT_VERBOSE) 745 if (pf->opts & PF_OPT_VERBOSE) 763 if (pf->opts & PF_OPT_VERBOSE) 894 if (pf->opts & PF_OPT_VERBOSE) 5581 if (pf->opts & PF_OPT_VERBOSE) in process_tabledef() 5841 if (pf->opts & PF_OPT_VERBOSE) { in expand_altq() [all …]
|
H A D | pfctl_parser.h | 43 #define PF_OPT_VERBOSE 0x0004 macro
|
H A D | pfctl_parser.c | 550 if (opts & PF_OPT_VERBOSE) { in print_status() 595 if (opts & PF_OPT_VERBOSE) { in print_status() 617 if (opts & PF_OPT_VERBOSE) { in print_status() 672 if (opts & PF_OPT_VERBOSE) { in print_src_node()
|
H A D | pfctl_optimize.c | 582 if (pf->opts & PF_OPT_VERBOSE) in combine_rules() 613 if (pf->opts & PF_OPT_VERBOSE) in combine_rules() 1256 if (pf->opts & PF_OPT_VERBOSE) { in add_opt_table()
|
H A D | pfctl_qstats.c | 295 if (opts & PF_OPT_VERBOSE)
|