Home
last modified time | relevance | path

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

/openbsd/sbin/pfctl/
H A Dparse.y299 struct scrub_opts { struct
306 } scrub_opts; argument
453 struct scrub_opts scrub_opts; member
532 %type <v.scrub_opts> scrub_opts scrub_opt scrub_opts_l
1017 scrub_opts : {
1018 bzero(&scrub_opts, sizeof scrub_opts);
1021 { $$ = scrub_opts; }
1029 if (scrub_opts.nodf) {
1033 scrub_opts.nodf = 1;
1045 scrub_opts.minttl = $2;
[all …]