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.c1112 int dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_eth_rules() local
1197 if (dotitle) { in pfctl_show_eth_rules()
1199 dotitle = 0; in pfctl_show_eth_rules()
1449 int i, dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_nat() local
1531 if (dotitle) { in pfctl_show_nat()
1533 dotitle = 0; in pfctl_show_nat()
1583 int dotitle; member
1592 if (a->dotitle) { in pfctl_show_state()
1594 a->dotitle = 0; in pfctl_show_state()
1611 arg.dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_states()