Lines Matching refs:NUM
174 %token NUM INBOUND OUTBOUND
199 %type <i> NUM action reason
234 | HID '/' NUM { $$.b = gen_mcode($1, NULL, $3,
243 | HID6 '/' NUM {
379 | LESS NUM { $$ = gen_less($2); }
380 | GREATER NUM { $$ = gen_greater($2); }
381 | CBYTE NUM byteop NUM { $$ = gen_byteop($3, $2, $4); }
395 | PF_RNR NUM { $$ = gen_pf_rnr($2); }
396 | PF_SRNR NUM { $$ = gen_pf_srnr($2); }
401 reason: NUM { $$ = $1; }
420 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
439 pnum: NUM
461 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
462 …| irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1);…
465 atmfieldvalue: NUM {
487 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
488 | irelop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 1); }
491 mtp3fieldvalue: NUM {