Searched refs:PF_OPT_NOACTION (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_table.c82 if ((!(opts & PF_OPT_NOACTION) || \
92 if ((!(opts & PF_OPT_NOACTION) || \
102 if (opts & PF_OPT_NOACTION) \
142 if (opts & PF_OPT_NOACTION)
574 else if (opts & PF_OPT_NOACTION)
H A Dpfctl.c395 if ((opts & PF_OPT_NOACTION) == 0) {
1346 if ((pf->opts & PF_OPT_NOACTION) == 0) {
1354 if ((pf->opts & PF_OPT_NOACTION) == 0) {
1460 if ((pf->opts & PF_OPT_NOACTION) == 0 &&
1510 if ((pf->opts & PF_OPT_NOACTION) == 0)
1529 if ((pf->opts & PF_OPT_NOACTION) == 0) {
1554 if ((pf->opts & PF_OPT_NOACTION) == 0) {
1635 if ((opts & PF_OPT_NOACTION) == 0) {
1652 if ((opts & PF_OPT_NOACTION) == 0)
1669 if ((opts & PF_OPT_NOACTION)
[all...]
H A Dpfctl_parser.h46 #define PF_OPT_NOACTION 0x0008 macro
H A Dpfctl_osfp.c113 if ((opts & PF_OPT_NOACTION) == 0)
644 if ((opts & PF_OPT_NOACTION) == 0 && ioctl(dev, DIOCOSFPADD, fp))
H A Dpfctl_optimize.c579 if ((pf->opts & PF_OPT_NOACTION) == 0 &&
611 if ((pf->opts & PF_OPT_NOACTION) == 0 &&
H A Dparse.y4835 if (!(pf->opts & PF_OPT_NOACTION) &&

Completed in 192 milliseconds