Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.h338 struct block *gen_llc_s_subtype(compiler_state_t *, bpf_u_int32);
H A Dgrammar.y702 CHECK_PTR_VAL(($$ = gen_llc_s_subtype(cstate, subtype)));
714 | LLC PF_RNR { CHECK_PTR_VAL(($$ = gen_llc_s_subtype(cstate, LLC_RNR))); }
H A Dgencode.c3839 gen_llc_s_subtype(compiler_state_t *cstate, bpf_u_int32 subtype) in gen_llc_s_subtype() function