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

/external/libpcap/
H A Dgrammar.y158 %type <i> byteop pname pnum relop irelop
306 | arth relop arth { $$.b = gen_relation($2, $1, $3, 0);
408 relop: '>' { $$ = BPF_JGT; } label
461 | relop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 0); }
487 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }

Completed in 37 milliseconds