Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dgencode.h315 struct arth *gen_load(compiler_state_t *, int, struct arth *, bpf_u_int32);
H A Dgrammar.y.in840 narth: pname '[' arth ']' { CHECK_PTR_VAL(($$ = gen_load(cstate, $1, $3, 1))); }
841 | pname '[' arth ':' NUM ']' { CHECK_PTR_VAL(($$ = gen_load(cstate, $1, $3, $5))); }
H A Dgencode.c7982 gen_load(compiler_state_t *cstate, int proto, struct arth *inst, in gen_load() function