Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.h361 struct block *gen_atmfield_code(compiler_state_t *, int, bpf_u_int32,
H A Dgrammar.y.in896 …| relop NUM { CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, $2, $1, 0)));…
897 …| irelop NUM { CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $<blk>0.atmfieldtype, $2, $1, 1)))…
904 CHECK_PTR_VAL(($$.b = gen_atmfield_code(cstate, $$.atmfieldtype, $1, BPF_JEQ, 0)));
H A Dgencode.c9824 gen_atmfield_code(compiler_state_t *cstate, int atmfield, in gen_atmfield_code() function