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

/macosx-10.9.5/libpcap-42/libpcap/
H A Dgrammar.y262 %type <i> byteop pname pnum relop irelop
421 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
606 irelop: LEQ { $$ = BPF_JGT; } label
656 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
682 | irelop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 1); }

Completed in 75 milliseconds