Home
last modified time | relevance | path

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

/netbsd/dist/pf/sbin/pfctl/
H A Dpfctl.c294 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_clear_interface_flags()
1114 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_pool()
1277 if ((pf->opts & PF_OPT_NOACTION) == 0) in pfctl_load_rule()
1405 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_rules()
1422 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
1437 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
1468 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
1809 if ((pf->opts & PF_OPT_NOACTION) == 0) in pfctl_set_debug()
2021 opts |= PF_OPT_NOACTION; in main()
2135 if ((opts & PF_OPT_NOACTION) == 0) { in main()
[all …]
H A Dpfctl_table.c78 if ((!(opts & PF_OPT_NOACTION) || \
88 if ((!(opts & PF_OPT_NOACTION) || \
98 if (opts & PF_OPT_NOACTION) \
138 if (opts & PF_OPT_NOACTION) in pfctl_table()
565 else if (opts & PF_OPT_NOACTION) in xprintf()
H A Dpfctl_parser.h42 #define PF_OPT_NOACTION 0x0008 macro
H A Dpfctl_osfp.c111 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_file_fingerprints()
642 if ((opts & PF_OPT_NOACTION) == 0 && ioctl(dev, DIOCOSFPADD, fp)) in add_fingerprint()
H A Dpfctl_optimize.c573 if ((pf->opts & PF_OPT_NOACTION) == 0 && in combine_rules()
605 if ((pf->opts & PF_OPT_NOACTION) == 0 && in combine_rules()
H A Dparse.y4177 if (!(pf->opts & PF_OPT_NOACTION) && in process_tabledef()