Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.h302 struct arth *gen_loadi(compiler_state_t *, bpf_u_int32);
H A Dgrammar.y749 arth: pnum { CHECK_PTR_VAL(($$ = gen_loadi(cstate, $1))); }
H A Dgencode.c7690 gen_loadi(compiler_state_t *cstate, bpf_u_int32 val) in gen_loadi() function