Searched refs:OR_MACPL (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/libpcap/ |
| HD | gencode.c | 174 OR_MACPL, /* relative to the end of the MAC-layer header */ enumerator 1591 case OR_MACPL: 1765 b1 = gen_cmp(OR_MACPL, 0, BPF_H, (bpf_int32) 1803 b0 = gen_cmp(OR_MACPL, 0, BPF_B, (bpf_int32)LLCSAP_IPX); 1804 b1 = gen_cmp(OR_MACPL, 0, BPF_H, (bpf_int32)0xFFFF); 1972 b1 = gen_cmp(OR_MACPL, 0, BPF_H, (bpf_int32) 2003 b0 = gen_cmp(OR_MACPL, 0, BPF_B, (bpf_int32)LLCSAP_IPX); 2944 return gen_cmp(OR_MACPL, off_linktype, BPF_H, (bpf_int32)proto); 3478 return gen_bcmp(OR_MACPL, 0, 8, snapblock); 3503 b1 = gen_cmp(OR_MACPL, 0, BPF_H, (bpf_int32)0xFFFF); in gen_llc() [all …]
|