Home
last modified time | relevance | path

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

/trueos/sbin/pfctl/
HDpfctl.c305 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_clear_interface_flags()
1171 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_pool()
1179 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_pool()
1284 if ((pf->opts & PF_OPT_NOACTION) == 0 && in pfctl_load_ruleset()
1334 if ((pf->opts & PF_OPT_NOACTION) == 0) in pfctl_load_rule()
1353 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_load_rule()
1382 if ((pf->opts & PF_OPT_NOACTION) == 0) { in pfctl_add_altq()
1462 if ((opts & PF_OPT_NOACTION) == 0) { in pfctl_rules()
1479 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
1494 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_rules()
[all …]
HDpfctl_table.c80 if ((!(opts & PF_OPT_NOACTION) || \
90 if ((!(opts & PF_OPT_NOACTION) || \
100 if (opts & PF_OPT_NOACTION) \
140 if (opts & PF_OPT_NOACTION) in pfctl_table()
572 else if (opts & PF_OPT_NOACTION) in xprintf()
HDpfctl_parser.h42 #define PF_OPT_NOACTION 0x0008 macro
HDpfctl_osfp.c110 if ((opts & PF_OPT_NOACTION) == 0) in pfctl_file_fingerprints()
641 if ((opts & PF_OPT_NOACTION) == 0 && ioctl(dev, DIOCOSFPADD, fp)) in add_fingerprint()
HDpfctl_optimize.c577 if ((pf->opts & PF_OPT_NOACTION) == 0 && in combine_rules()
609 if ((pf->opts & PF_OPT_NOACTION) == 0 && in combine_rules()
HDparse.y4508 if (!(pf->opts & PF_OPT_NOACTION) && in process_tabledef()