Searched refs:irelop (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dgrammar.y263 %type <i> byteop pname pnum relop irelop
422 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
607 irelop: LEQ { $$ = BPF_JGT; } label
657 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
683 | irelop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 1); }

Completed in 51 milliseconds