Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.c2068 gen_ether_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_ether_linktype() argument
2072 switch (ll_proto) { in gen_ether_linktype()
2091 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (ll_proto << 8) | ll_proto); in gen_ether_linktype()
2189 if (ll_proto == ETHERTYPE_ATALK) in gen_ether_linktype()
2200 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, ll_proto); in gen_ether_linktype()
2206 if (ll_proto <= ETHERMTU) { in gen_ether_linktype()
2217 b1 = gen_cmp(cstate, OR_LINKTYPE, 2, BPF_B, ll_proto); in gen_ether_linktype()
2230 return gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, ll_proto); in gen_ether_linktype()
2236 gen_loopback_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_loopback_linktype() argument
2264 ll_proto = SWAPLONG(ll_proto); in gen_loopback_linktype()
[all …]