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

  /src/dist/pf/sbin/pfctl/
pfctl_table.c 78 if ((!(opts & PF_OPT_NOACTION) || \
88 if ((!(opts & PF_OPT_NOACTION) || \
98 if (opts & PF_OPT_NOACTION) \
138 if (opts & PF_OPT_NOACTION)
565 else if (opts & PF_OPT_NOACTION)
pfctl.c 294 if ((opts & PF_OPT_NOACTION) == 0) {
1114 if ((pf->opts & PF_OPT_NOACTION) == 0) {
1122 if ((pf->opts & PF_OPT_NOACTION) == 0) {
1227 if ((pf->opts & PF_OPT_NOACTION) == 0 &&
1277 if ((pf->opts & PF_OPT_NOACTION) == 0)
1296 if ((pf->opts & PF_OPT_NOACTION) == 0) {
1324 if ((pf->opts & PF_OPT_NOACTION) == 0) {
1405 if ((opts & PF_OPT_NOACTION) == 0) {
1422 if ((opts & PF_OPT_NOACTION) == 0)
1437 if ((opts & PF_OPT_NOACTION) == 0
    [all...]
pfctl_parser.h 42 #define PF_OPT_NOACTION 0x0008
pfctl_osfp.c 111 if ((opts & PF_OPT_NOACTION) == 0)
642 if ((opts & PF_OPT_NOACTION) == 0 && ioctl(dev, DIOCOSFPADD, fp))
pfctl_optimize.c 573 if ((pf->opts & PF_OPT_NOACTION) == 0 &&
605 if ((pf->opts & PF_OPT_NOACTION) == 0 &&
parse.y 4177 if (!(pf->opts & PF_OPT_NOACTION) &&

Completed in 17 milliseconds