Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.h346 struct block *gen_llc(compiler_state_t *);
H A Dgrammar.y.in790 pllc: LLC { CHECK_PTR_VAL(($$ = gen_llc(cstate))); }
H A Dgencode.c3789 gen_llc(compiler_state_t *cstate) in gen_llc() function