Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.h303 struct arth *gen_load(compiler_state_t *, int, struct arth *, bpf_u_int32);
H A Dgrammar.y752 narth: pname '[' arth ']' { CHECK_PTR_VAL(($$ = gen_load(cstate, $1, $3, 1))); }
753 | pname '[' arth ':' NUM ']' { CHECK_PTR_VAL(($$ = gen_load(cstate, $1, $3, $5))); }
H A Dgencode.c7572 gen_load(compiler_state_t *cstate, int proto, struct arth *inst, in gen_load() function