Lines Matching refs:OR_LLC
222 OR_LLC, /* 802.2 LLC header */ enumerator
1803 case OR_LLC: in gen_load_a()
1982 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32) in gen_ether_linktype()
2020 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_ether_linktype()
2021 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32)0xFFFF); in gen_ether_linktype()
2219 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32) in gen_linux_sll_linktype()
2250 b0 = gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); in gen_linux_sll_linktype()
3669 return gen_bcmp(cstate, OR_LLC, 0, 8, snapblock); in gen_snap()
3694 b1 = gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_int32)0xFFFF); in gen_llc_internal()
3782 s = gen_load_a(cstate, OR_LLC, 2, BPF_B); in gen_llc_i()
3812 b1 = gen_mcmp(cstate, OR_LLC, 2, BPF_B, LLC_S_FMT, 0x03); in gen_llc_s()
3838 b1 = gen_mcmp(cstate, OR_LLC, 2, BPF_B, LLC_U_FMT, 0x03); in gen_llc_u()
3863 b1 = gen_mcmp(cstate, OR_LLC, 2, BPF_B, subtype, LLC_S_CMD_MASK); in gen_llc_s_subtype()
3888 b1 = gen_mcmp(cstate, OR_LLC, 2, BPF_B, subtype, LLC_U_CMD_MASK); in gen_llc_u_subtype()
3921 return gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_u_int32) in gen_llc_linktype()
3929 return gen_cmp(cstate, OR_LLC, 0, BPF_B, in gen_llc_linktype()
3954 return gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)proto); in gen_llc_linktype()
3975 return gen_cmp(cstate, OR_LLC, 6, BPF_H, (bpf_int32)proto); in gen_llc_linktype()