Searched refs:OR_LLC (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 220 OR_LLC, /* 802.2 LLC header */ enumerator 1687 case OR_LLC: in gen_load_a() 1870 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32) in gen_ether_linktype() 1908 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_ether_linktype() 1909 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32)0xFFFF); in gen_ether_linktype() 2107 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32) in gen_linux_sll_linktype() 2138 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_linux_sll_linktype() 3578 return gen_bcmp(cstate, OR_LLC, 0, 8, snapblock); in gen_snap() 3603 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32)0xFFFF); in gen_llc() 3670 s = gen_load_a(cstate, OR_LLC, 2, BPF_B); in gen_llc_i() [all …]
|