Home
last modified time | relevance | path

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

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