Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/pf/pfctl/
Dpfctl.c842 if (opts & PF_OPT_SHOWALL) { in pfctl_show_rules()
855 if (opts & PF_OPT_SHOWALL) { in pfctl_show_rules()
880 if (pr.rule.label[0] && (opts & PF_OPT_SHOWALL)) in pfctl_show_rules()
928 if (pr.rule.label[0] && (opts & PF_OPT_SHOWALL)) in pfctl_show_rules()
976 int i, dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_nat()
1044 if (psn.psn_len > 0 && (opts & PF_OPT_SHOWALL)) in pfctl_show_src_nodes()
1062 int i, dotitle = (opts & PF_OPT_SHOWALL); in pfctl_show_states()
1112 if (opts & PF_OPT_SHOWALL) in pfctl_show_status()
1124 if (opts & PF_OPT_SHOWALL) in pfctl_show_timeouts()
1149 if (opts & PF_OPT_SHOWALL) in pfctl_show_limits()
[all …]
Dpfctl_parser.h49 #define PF_OPT_SHOWALL 0x0400 macro
Dpfctl_table.c180 if ((opts & PF_OPT_SHOWALL) && b.pfrb_size > 0) in pfctl_table()
601 if (opts & PF_OPT_SHOWALL) in pfctl_show_ifaces()
Dpfctl_qstats.c90 int nodes, dotitle = (opts & PF_OPT_SHOWALL); in pfctl_show_altq()
Dpfctl_osfp.c323 if (opts & PF_OPT_SHOWALL) { in pfctl_show_fingerprints()