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

/macosx-10.10.1/libpcap-48/libpcap/
H A Dgrammar.y690 | relop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 0); }
691 | irelop NUM { $$.b = gen_mtp3field_code($<blk>0.mtp3fieldtype, (u_int)$2, (u_int)$1, 1); }
704 $$.b = gen_mtp3field_code($$.mtp3fieldtype, (u_int) $1, BPF_JEQ, 0);
H A Dgencode.h324 struct block *gen_mtp3field_code(int mtp3field, bpf_u_int32 jvalue, bpf_u_int32 jtype, int reverse);
H A Dgencode.c8334 gen_mtp3field_code(mtp3field, jvalue, jtype, reverse) function

Completed in 228 milliseconds