Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/pfctl/
H A Dparse.y245 struct antispoof_opts { struct
248 } antispoof_opts; variable
416 struct antispoof_opts antispoof_opts; member
502 %type <v.antispoof_opts> antispoof_opts antispoof_opt antispoof_opts_l
1299 antispoof_opts : {
1300 bzero(&antispoof_opts, sizeof antispoof_opts);
1304 { $$ = antispoof_opts; }
1306 bzero(&antispoof_opts, sizeof antispoof_opts);
1308 $$ = antispoof_opts;
1317 if (antispoof_opts.label) {
[all …]