Home
last modified time | relevance | path

Searched refs:PF_OPT_DUMMYACTION (Results 1 – 4 of 4) sorted by relevance

/openbsd/sbin/pfctl/
H A Dpfctl_table.c77 (opts & PF_OPT_DUMMYACTION)) && \
90 (opts & PF_OPT_DUMMYACTION)) && \
580 if (opts & PF_OPT_DUMMYACTION) in xprintf()
H A Dpfctl_parser.h47 #define PF_OPT_DUMMYACTION 0x00100 macro
H A Dpfctl.c2694 opts |= PF_OPT_DUMMYACTION; in main()
H A Dparse.y4004 (pf->opts & PF_OPT_DUMMYACTION)) in process_tabledef()