HomeSort by: relevance | last modified time | path
    Searched refs:PF_OPT_VERBOSE2 (Results 1 - 7 of 7) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_table.c 161 b.pfrb_type = (opts & PF_OPT_VERBOSE2) ?
168 if (opts & PF_OPT_VERBOSE2)
182 if (opts & PF_OPT_VERBOSE2)
209 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback)
223 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback)
254 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback)
290 if ((opts & PF_OPT_VERBOSE2) || a->pfra_fback)
321 if (opts & PF_OPT_VERBOSE2) {
330 if ((opts & PF_OPT_VERBOSE) && !(opts & PF_OPT_VERBOSE2))
335 if (opts & PF_OPT_VERBOSE2) {
    [all...]
pf_print_state.c 172 print_addr(&aw, af, opts & PF_OPT_VERBOSE2);
296 if (opts & PF_OPT_VERBOSE2) {
pfctl_parser.h 46 #define PF_OPT_VERBOSE2 0x0080
pfctl.c 762 int rule_numbers = opts & (PF_OPT_VERBOSE2 | PF_OPT_DEBUG);
944 opts & PF_OPT_VERBOSE2);
1309 INDENT(depth, !(pf->opts & PF_OPT_VERBOSE2));
1311 pf->opts & PF_OPT_VERBOSE2);
2075 opts |= PF_OPT_VERBOSE2;
2175 opts & PF_OPT_VERBOSE2);
pfctl_parser.c 660 print_addr(&aw, sn->af, opts & PF_OPT_VERBOSE2);
663 print_addr(&aw, sn->af, opts & PF_OPT_VERBOSE2);
pfctl_osfp.c 267 if (opts & PF_OPT_VERBOSE2)
parse.y 4777 if ((pf->opts & PF_OPT_VERBOSE2) &&
5247 if ((pf->opts & PF_OPT_VERBOSE2) && !sym->used)

Completed in 19 milliseconds