Lines Matching refs:NUM
278 %token NUM INBOUND OUTBOUND
305 %type <i> NUM action reason type subtype type_subtype dir
340 | HID '/' NUM { $$.b = gen_mcode($1, NULL, $3,
357 | HID6 '/' NUM {
500 | LESS NUM { $$ = gen_less($2); }
501 | GREATER NUM { $$ = gen_greater($2); }
502 | CBYTE NUM byteop NUM { $$ = gen_byteop($3, $2, $4); }
518 | PF_RNR NUM { $$ = gen_pf_rnr($2); }
519 | PF_SRNR NUM { $$ = gen_pf_srnr($2); }
539 type: NUM
546 subtype: NUM
583 dir: NUM
597 reason: NUM { $$ = $1; }
616 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
635 pnum: NUM
657 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
658 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
661 atmfieldvalue: NUM {
690 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
691 | irelop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 1); }
694 mtp3fieldvalue: NUM {