Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.c539 static struct block *gen_llc_linktype(compiler_state_t *, bpf_u_int32);
3198 b1 = gen_llc_linktype(cstate, ll_proto); in gen_linktype()
3207 return gen_llc_linktype(cstate, ll_proto); in gen_linktype()
3214 return gen_llc_linktype(cstate, ll_proto); in gen_linktype()
3220 return gen_llc_linktype(cstate, ll_proto); in gen_linktype()
3232 b1 = gen_llc_linktype(cstate, ll_proto); in gen_linktype()
3901 gen_llc_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_llc_linktype() function