Home
last modified time | relevance | path

Searched refs:PF_OPT_NOACTION (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sbin/pfctl/
Dpfctl.c932 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_pool()
940 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_pool()
989 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_rule()
1017 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_altq()
1086 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_rules()
1123 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
1140 if (trans == NULL && (opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
1147 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
1193 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_set_limit()
1241 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_set_timeout()
[all …]
Dpfctl_table.c78 if ((!(opts & PF_OPT_NOACTION) || \
92 if (opts & PF_OPT_NOACTION) \
134 if (opts & PF_OPT_NOACTION) in pfctl_table()
531 else if (opts & PF_OPT_NOACTION) in xprintf()
Dpfctl_parser.h41 #define PF_OPT_NOACTION 0x0008 macro
Dpfctl_osfp.c106 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_file_fingerprints()
631 if ((opts & PF_OPT_NOACTION) == 0 && ioctl(dev, DIOCOSFPADD, fp)) in add_fingerprint()
Dparse.y3459 if (!(pf->opts & PF_OPT_NOACTION) && in process_tabledef()