Symbol: PF_OPT_VERBOSE2
sbin/pfctl/parse.y
5287
if ((pf->opts & PF_OPT_VERBOSE2) &&
sbin/pfctl/parse.y
6019
if ((pf->opts & PF_OPT_VERBOSE2) && !sym->used)
sbin/pfctl/pf_print_state.c
176
print_addr(&aw, af, opts & PF_OPT_VERBOSE2);
sbin/pfctl/pf_print_state.c
352
if (opts & PF_OPT_VERBOSE2) {
sbin/pfctl/pfctl.c
1349
(PF_OPT_VERBOSE2|PF_OPT_DEBUG)))
sbin/pfctl/pfctl.c
2063
INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2));
sbin/pfctl/pfctl.c
3195
opts |= PF_OPT_VERBOSE2;
sbin/pfctl/pfctl.c
3322
opts & PF_OPT_VERBOSE2);
sbin/pfctl/pfctl.c
3345
opts & PF_OPT_VERBOSE2);
sbin/pfctl/pfctl.c
852
!(opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG)))
sbin/pfctl/pfctl_osfp.c
252
if (opts & PF_OPT_VERBOSE2)
sbin/pfctl/pfctl_parser.c
425
int verbose = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG);
sbin/pfctl/pfctl_parser.c
677
print_addr(&aw, sn->af, opts & PF_OPT_VERBOSE2);
sbin/pfctl/pfctl_parser.c
690
opts & PF_OPT_VERBOSE2);
sbin/pfctl/pfctl_parser.c
762
int verbose = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG);
sbin/pfctl/pfctl_table.c
160
b.pfrb_type = (opts & PF_OPT_VERBOSE2) ?
sbin/pfctl/pfctl_table.c
167
if (opts & PF_OPT_VERBOSE2)
sbin/pfctl/pfctl_table.c
181
if (opts & PF_OPT_VERBOSE2)
sbin/pfctl/pfctl_table.c
208
if (opts & PF_OPT_VERBOSE2 ||
sbin/pfctl/pfctl_table.c
223
if (opts & PF_OPT_VERBOSE2 ||
sbin/pfctl/pfctl_table.c
255
if (opts & PF_OPT_VERBOSE2 ||
sbin/pfctl/pfctl_table.c
294
if (opts & PF_OPT_VERBOSE2 ||
sbin/pfctl/pfctl_table.c
326
if (opts & PF_OPT_VERBOSE2) {
sbin/pfctl/pfctl_table.c
335
if ((opts & PF_OPT_VERBOSE) && !(opts & PF_OPT_VERBOSE2))
sbin/pfctl/pfctl_table.c
340
if (opts & PF_OPT_VERBOSE2) {
sbin/pfctl/pfctl_table.c
360
if (opts & PF_OPT_VERBOSE2 ||
sbin/pfctl/pfctl_table.c
670
if (!(opts & PF_OPT_VERBOSE2))
usr.sbin/tcpdump/pf_print_state.c
156
print_addr(&aw, af, opts & PF_OPT_VERBOSE2);
usr.sbin/tcpdump/pf_print_state.c
311
if (opts & PF_OPT_VERBOSE2) {
usr.sbin/tcpdump/pfctl_osfp.c
255
if (opts & PF_OPT_VERBOSE2)
usr.sbin/tcpdump/print-pfsync.c
157
flags |= PF_OPT_VERBOSE2;