Searched refs:OR_LINKPL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | gencode.c | 212 OR_LINKPL, /* link-layer payload */ enumerator 1815 case OR_LINKPL: in gen_load_a() 4079 b1 = gen_mcmp(cstate, OR_LINKPL, offset, BPF_W, addr, mask); in gen_hostop() 4157 b1 = gen_mcmp(cstate, OR_LINKPL, offset + 12, BPF_W, ntohl(a[3]), ntohl(m[3])); in gen_hostop6() 4158 b0 = gen_mcmp(cstate, OR_LINKPL, offset + 8, BPF_W, ntohl(a[2]), ntohl(m[2])); in gen_hostop6() 4160 b0 = gen_mcmp(cstate, OR_LINKPL, offset + 4, BPF_W, ntohl(a[1]), ntohl(m[1])); in gen_hostop6() 4162 b0 = gen_mcmp(cstate, OR_LINKPL, offset + 0, BPF_W, ntohl(a[0]), ntohl(m[0])); in gen_hostop6() 4898 tmp = gen_mcmp(cstate, OR_LINKPL, 2, BPF_H, in gen_dnhostop() 4900 b1 = gen_cmp(cstate, OR_LINKPL, 2 + 1 + offset_lh, in gen_dnhostop() 4904 tmp = gen_mcmp(cstate, OR_LINKPL, 2, BPF_B, (bpf_u_int32)0x06, in gen_dnhostop() [all …]
|