Lines Matching refs:NUM
292 %token NUM INBOUND OUTBOUND
319 %type <i> NUM action reason type subtype type_subtype dir
354 | HID '/' NUM { $$.b = gen_mcode($1, NULL, $3,
371 | HID6 '/' NUM {
514 | LESS NUM { $$ = gen_less($2); }
515 | GREATER NUM { $$ = gen_greater($2); }
516 | CBYTE NUM byteop NUM { $$ = gen_byteop($3, $2, $4); }
535 | PF_RNR NUM { $$ = gen_pf_rnr($2); }
536 | PF_SRNR NUM { $$ = gen_pf_srnr($2); }
556 type: NUM
563 subtype: NUM
625 dir: NUM
639 reason: NUM { $$ = $1; }
658 | pname '[' arth ':' NUM ']' { $$ = gen_load($1, $3, $5); }
679 pnum: NUM
700 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
701 …| irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1);…
704 atmfieldvalue: NUM {
733 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
734 | irelop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 1); }
737 mtp3fieldvalue: NUM {