Home
last modified time | relevance | path

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

/netbsd/dist/pf/sbin/pfctl/
H A Dparse.y215 struct scrub_opts { struct
227 } scrub_opts; argument
396 struct scrub_opts scrub_opts; member
468 %type <v.scrub_opts> scrub_opts scrub_opt scrub_opts_l
951 scrub_opts : {
952 bzero(&scrub_opts, sizeof scrub_opts);
956 { $$ = scrub_opts; }
958 bzero(&scrub_opts, sizeof scrub_opts);
960 $$ = scrub_opts;
969 if (scrub_opts.nodf) {
[all …]