Lines Matching refs:OR_LLC
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()
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()
3730 b1 = gen_mcmp(cstate, OR_LLC, 2, BPF_B, subtype, LLC_S_CMD_MASK); in gen_llc_s_subtype()
3748 b1 = gen_mcmp(cstate, OR_LLC, 2, BPF_B, subtype, LLC_U_CMD_MASK); in gen_llc_u_subtype()
3781 return gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_u_int32) in gen_llc_linktype()
3789 return gen_cmp(cstate, OR_LLC, 0, BPF_B, in gen_llc_linktype()
3814 return gen_cmp(cstate, OR_LLC, 0, BPF_B, (bpf_int32)proto); in gen_llc_linktype()
3835 return gen_cmp(cstate, OR_LLC, 6, BPF_H, (bpf_int32)proto); in gen_llc_linktype()