Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.h314 struct arth *gen_loadi(compiler_state_t *, bpf_u_int32);
H A Dgrammar.y.in850 arth: pnum { CHECK_PTR_VAL(($$ = gen_loadi(cstate, $1))); }
H A Dgencode.c7976 gen_loadi(compiler_state_t *cstate, bpf_u_int32 val) in gen_loadi() function