Home
last modified time | relevance | path

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

/src/contrib/libpcap/
H A Dgencode.c206 OR_LLC, /* 802.2 LLC header */ enumerator
1912 case OR_LLC: in gen_load_a()
2091 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (ll_proto << 8) | ll_proto); in gen_ether_linktype()
2128 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_ether_linktype()
2129 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, 0xFFFF); in gen_ether_linktype()
2325 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (ll_proto << 8) | ll_proto); in gen_linux_sll_linktype()
2355 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, LLCSAP_IPX); in gen_linux_sll_linktype()
3815 return gen_bcmp(cstate, OR_LLC, 0, 8, snapblock); in gen_snap()
3840 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, 0xFFFF); in gen_llc_internal()
3928 s = gen_load_a(cstate, OR_LLC, 2, BPF_B); in gen_llc_i()
[all …]