Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c1103 int dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_eth_rules()
1278 if (opts & PF_OPT_SHOWALL) { in pfctl_show_rules()
1291 if (opts & PF_OPT_SHOWALL) { in pfctl_show_rules()
1317 if (rule.label[0][0] && (opts & PF_OPT_SHOWALL)) in pfctl_show_rules()
1383 if (rule.label[0][0] && (opts & PF_OPT_SHOWALL)) in pfctl_show_rules()
1429 int i, dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_nat()
1538 if (*opts & PF_OPT_SHOWALL) { in pfctl_print_src_node()
1540 *opts &= ~PF_OPT_SHOWALL; in pfctl_print_src_node()
1588 arg.dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_states()
1613 if (opts & PF_OPT_SHOWALL) in pfctl_show_status()
[all …]
H A Dpfctl_table.c180 if ((opts & PF_OPT_SHOWALL) && b.pfrb_size > 0) in pfctl_table()
655 if (opts & PF_OPT_SHOWALL)
H A Dpfctl_parser.h51 #define PF_OPT_SHOWALL 0x0400 macro
H A Dpfctl_qstats.c96 int nodes, dotitle = (opts & PF_OPT_SHOWALL); in pfctl_show_altq()
H A Dpfctl_osfp.c323 if (opts & PF_OPT_SHOWALL) { in pfctl_show_fingerprints()