Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c232 OR_LLC, /* 802.2 LLC header */ enumerator
1669 case OR_LLC: in gen_load_a()
1851 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32) in gen_ether_linktype()
1889 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_ether_linktype()
1890 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32)0xFFFF); in gen_ether_linktype()
2088 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32) in gen_linux_sll_linktype()
2119 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_linux_sll_linktype()
3538 return gen_bcmp(cstate, OR_LLC, 0, 8, snapblock); in gen_snap()
3563 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32)0xFFFF); in gen_llc()
3630 s = gen_load_a(cstate, OR_LLC, 2, BPF_B); in gen_llc_i()
[all …]