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.c1108 int dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_eth_rules() local
1192 if (dotitle) { in pfctl_show_eth_rules()
1194 dotitle = 0; in pfctl_show_eth_rules()
1428 int i, dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_nat() local
1507 if (dotitle) { in pfctl_show_nat()
1509 dotitle = 0; in pfctl_show_nat()
1579 int dotitle; member
1588 if (a->dotitle) { in pfctl_show_state()
1590 a->dotitle = 0; in pfctl_show_state()
1607 arg.dotitle = opts & PF_OPT_SHOWALL; in pfctl_show_states()