HomeSort by relevance Sort by last modified time
    Searched refs:gen_mtp3field_code (Results 1 - 4 of 4) sorted by null

  /external/libpcap/
gencode.h 331 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
grammar.y 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); }
747 $$.b = gen_mtp3field_code($$.mtp3fieldtype, (u_int) $1, BPF_JEQ, 0);
grammar.c     [all...]
gencode.c 8699 gen_mtp3field_code(mtp3field, jvalue, jtype, reverse) function
    [all...]

Completed in 105 milliseconds