Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.c1963 gen_ether_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_ether_linktype() argument
1967 switch (ll_proto) { in gen_ether_linktype()
1986 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (ll_proto << 8) | ll_proto); in gen_ether_linktype()
2084 if (ll_proto == ETHERTYPE_ATALK) in gen_ether_linktype()
2095 b0 = gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, ll_proto); in gen_ether_linktype()
2101 if (ll_proto <= ETHERMTU) { in gen_ether_linktype()
2112 b1 = gen_cmp(cstate, OR_LINKTYPE, 2, BPF_B, ll_proto); in gen_ether_linktype()
2125 return gen_cmp(cstate, OR_LINKTYPE, 0, BPF_H, ll_proto); in gen_ether_linktype()
2131 gen_loopback_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_loopback_linktype() argument
2159 ll_proto = SWAPLONG(ll_proto); in gen_loopback_linktype()
[all …]