Lines Matching refs:NUM
293 %token NUM INBOUND OUTBOUND
320 %type <i> NUM action reason type subtype type_subtype dir
355 | HID '/' NUM { $$.b = gen_mcode($1, NULL, $3,
372 | HID6 '/' NUM {
515 | LESS NUM { $$ = gen_less($2); }
516 | GREATER NUM { $$ = gen_greater($2); }
517 | CBYTE NUM byteop NUM { $$ = gen_byteop($3, $2, $4); }
534 | PF_RNR NUM { $$ = gen_pf_rnr($2); }
535 | PF_SRNR NUM { $$ = gen_pf_srnr($2); }
555 type: NUM
562 subtype: NUM
624 dir: NUM
638 reason: NUM { $$ = $1; }
657 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
678 pnum: NUM
699 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
700 …| irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1);…
703 atmfieldvalue: NUM {
732 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
733 | irelop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 1); }
736 mtp3fieldvalue: NUM {