Lines Matching defs:antispoof_opts
210 struct antispoof_opts {
213 } antispoof_opts;
394 struct antispoof_opts antispoof_opts;
466 %type <v.antispoof_opts> antispoof_opts antispoof_opt antispoof_opts_l
1042 antispoof : ANTISPOOF logquick antispoof_ifspc af antispoof_opts {
1147 antispoof_opts : {
1148 bzero(&antispoof_opts, sizeof antispoof_opts);
1149 antispoof_opts.rtableid = -1;
1152 { $$ = antispoof_opts; }
1154 bzero(&antispoof_opts, sizeof antispoof_opts);
1155 antispoof_opts.rtableid = -1;
1156 $$ = antispoof_opts;
1165 if (antispoof_opts.label) {
1169 antispoof_opts.label = $1;
1176 antispoof_opts.rtableid = $2;