Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libpcap/
H A Dgencode.c220 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()
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()
3578 return gen_bcmp(cstate, OR_LLC, 0, 8, snapblock); in gen_snap()
3670 s = gen_load_a(cstate, OR_LLC, 2, BPF_B); in gen_llc_i()
3693 b1 = gen_mcmp(cstate, OR_LLC, 2, BPF_B, LLC_S_FMT, 0x03); in gen_llc_s()
3712 b1 = gen_mcmp(cstate, OR_LLC, 2, BPF_B, LLC_U_FMT, 0x03); in gen_llc_u()
3781 return gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_u_int32) in gen_llc_linktype()
[all …]