antispoof_opts
antispoof : ANTISPOOF logquick antispoof_ifspc af antispoof_opts {
antispoof_opts : {
bzero(&antispoof_opts, sizeof antispoof_opts);
antispoof_opts.rtableid = -1;
{ $$ = antispoof_opts; }
bzero(&antispoof_opts, sizeof antispoof_opts);
antispoof_opts.rtableid = -1;
$$ = antispoof_opts;
if (antispoof_opts.labelcount >= PF_RULE_MAX_LABEL_COUNT) {
antispoof_opts.label[antispoof_opts.labelcount++] = $1;
antispoof_opts.ridentifier = $2;
antispoof_opts.rtableid = $2;
} antispoof_opts;
struct antispoof_opts antispoof_opts;
%type <v.antispoof_opts> antispoof_opts antispoof_opt antispoof_opts_l