HomeSort by relevance Sort by last modified time
    Searched full:irelop (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
grammar.y 158 %type <i> byteop pname pnum relop irelop
308 | arth irelop arth { $$.b = gen_relation($2, $1, $3, 1);
412 irelop: LEQ { $$ = BPF_JGT; } label
462 | irelop NUM { $$.b = gen_atmfield_code($<blk>0.atmfieldtype, (bpf_int32)$2, (bpf_u_int32)$1, 1); }
488 | irelop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 1); }
grammar.c 799 "relop", "irelop", "arth", "narth", "byteop", "pnum", "atmtype",
    [all...]

Completed in 44 milliseconds