Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dgencode.h367 struct block *gen_mtp3field_code(compiler_state_t *, int, bpf_u_int32,
H A Dgrammar.y.in916 …| relop NUM { CHECK_PTR_VAL(($$.b = gen_mtp3field_code(cstate, $<blk>0.mtp3fieldtype, $2, $1, 0))…
917 …| irelop NUM { CHECK_PTR_VAL(($$.b = gen_mtp3field_code(cstate, $<blk>0.mtp3fieldtype, $2, $1, 1)…
930 CHECK_PTR_VAL(($$.b = gen_mtp3field_code(cstate, $$.mtp3fieldtype, $1, BPF_JEQ, 0)));
H A Dgencode.c10272 gen_mtp3field_code(compiler_state_t *cstate, int mtp3field, in gen_mtp3field_code() function