Home
last modified time | relevance | path

Searched refs:dotitle (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/pfctl/
H A Dpfctl_qstats.c96 int nodes, dotitle = (opts & PF_OPT_SHOWALL); in pfctl_show_altq() local
111 if (dotitle) { in pfctl_show_altq()
113 dotitle = 0; in pfctl_show_altq()
H A Dpfctl.c1501 int dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_eth_rules() local
1586 if (dotitle) { in pfctl_show_eth_rules()
1588 dotitle = 0; in pfctl_show_eth_rules()
1837 int i, dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_nat() local
1919 if (dotitle) { in pfctl_show_nat()
1921 dotitle = 0; in pfctl_show_nat()
1971 int dotitle; member
1980 if (a->dotitle) { in pfctl_show_state()
1982 a->dotitle = 0; in pfctl_show_state()
1999 arg.dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_states()