Searched refs:OR_LINKPL (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libpcap/ |
| H A D | gencode.c | 209 OR_LINKPL, /* link-layer payload */ enumerator 1920 case OR_LINKPL: in gen_load_a() 4184 b1 = gen_mcmp(cstate, OR_LINKPL, offset, BPF_W, addr, mask); in gen_hostop() 4262 b1 = gen_mcmp(cstate, OR_LINKPL, offset + 12, BPF_W, ntohl(a[3]), ntohl(m[3])); in gen_hostop6() 4263 b0 = gen_mcmp(cstate, OR_LINKPL, offset + 8, BPF_W, ntohl(a[2]), ntohl(m[2])); in gen_hostop6() 4265 b0 = gen_mcmp(cstate, OR_LINKPL, offset + 4, BPF_W, ntohl(a[1]), ntohl(m[1])); in gen_hostop6() 4267 b0 = gen_mcmp(cstate, OR_LINKPL, offset + 0, BPF_W, ntohl(a[0]), ntohl(m[0])); in gen_hostop6() 5003 tmp = gen_mcmp(cstate, OR_LINKPL, 2, BPF_H, in gen_dnhostop() 5005 b1 = gen_cmp(cstate, OR_LINKPL, 2 + 1 + offset_lh, in gen_dnhostop() 5009 tmp = gen_mcmp(cstate, OR_LINKPL, 2, BPF_B, (bpf_u_int32)0x06, in gen_dnhostop() [all …]
|