Lines Matching refs:PF_OPT_VERBOSE

1013 	if (opts & PF_OPT_VERBOSE) {  in pfctl_print_eth_rule_counters()
1059 if (opts & PF_OPT_VERBOSE) { in pfctl_print_rule_counters()
1164 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules()
1168 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules()
1181 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules()
1211 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_eth_rules()
1276 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules()
1280 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules()
1404 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules()
1421 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_rules()
1497 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_nat()
1501 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_nat()
1515 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_nat()
1546 INDENT(depth, !(opts & PF_OPT_VERBOSE)); in pfctl_show_nat()
1911 if (pf->opts & PF_OPT_VERBOSE) in pfctl_load_eth_ruleset()
1920 } else if (pf->opts & PF_OPT_VERBOSE) in pfctl_load_eth_ruleset()
1935 } else if (pf->opts & PF_OPT_VERBOSE) in pfctl_load_eth_ruleset()
1939 if (brace && pf->opts & PF_OPT_VERBOSE) { in pfctl_load_eth_ruleset()
1940 INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE)); in pfctl_load_eth_ruleset()
1982 if (pf->opts & PF_OPT_VERBOSE) { in pfctl_load_eth_rule()
2011 if (pf->opts & PF_OPT_VERBOSE) in pfctl_load_ruleset()
2020 } else if (pf->opts & PF_OPT_VERBOSE) in pfctl_load_ruleset()
2042 } else if (pf->opts & PF_OPT_VERBOSE) in pfctl_load_ruleset()
2046 if (brace && pf->opts & PF_OPT_VERBOSE) { in pfctl_load_ruleset()
2047 INDENT(depth - 1, (pf->opts & PF_OPT_VERBOSE)); in pfctl_load_ruleset()
2119 if (pf->opts & PF_OPT_VERBOSE) { in pfctl_load_rule()
2473 if (pf->opts & PF_OPT_VERBOSE) in pfctl_apply_limit()
2516 if (pf->opts & PF_OPT_VERBOSE && ! quiet) in pfctl_apply_timeout()
2547 if (pf->opts & PF_OPT_VERBOSE) in pfctl_set_reassembly()
2578 if (pf->opts & PF_OPT_VERBOSE) in pfctl_set_optimization()
2601 if (pf->opts & PF_OPT_VERBOSE) in pfctl_set_logif()
2628 if (pf->opts & PF_OPT_VERBOSE) in pfctl_set_hostid()
2691 if (pf->opts & PF_OPT_VERBOSE) { in pfctl_cfg_syncookies()
2742 if (pf->opts & PF_OPT_VERBOSE) in pfctl_do_set_debug()
2832 if (opts & PF_OPT_VERBOSE) in pfctl_test_altqsupport()
2871 if (sub[0] != '_' || (opts & PF_OPT_VERBOSE)) in pfctl_show_anchors()
2873 if ((opts & PF_OPT_VERBOSE) && pfctl_show_anchors(dev, opts, sub)) in pfctl_show_anchors()
2909 if (sub[0] != '_' || (opts & PF_OPT_VERBOSE)) in pfctl_show_eth_anchors()
2911 if ((opts & PF_OPT_VERBOSE) && pfctl_show_eth_anchors(dev, opts, sub)) in pfctl_show_eth_anchors()
3055 if (opts & PF_OPT_VERBOSE) in main()
3057 opts |= PF_OPT_VERBOSE; in main()