Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.h328 struct block *gen_byteop(compiler_state_t *, int, int, bpf_u_int32);
H A Dgrammar.y587 | CBYTE NUM byteop NUM { CHECK_PTR_VAL(($$ = gen_byteop(cstate, $3, $2, $4))); }
H A Dgencode.c7886 gen_byteop(compiler_state_t *cstate, int op, int idx, bpf_u_int32 val) in gen_byteop() function