Searched refs:gen_cmp_ge (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 184 static struct block *gen_cmp_ge(enum e_offrel, u_int, u_int, bpf_int32); 574 gen_cmp_ge(offrel, offset, size, v) in gen_cmp_ge() function 4186 b1 = gen_cmp_ge(OR_TRAN_IPV4, off, BPF_H, v1); 4289 b1 = gen_cmp_ge(OR_TRAN_IPV6, off, BPF_H, v1); 6325 b1 = gen_cmp_ge(OR_NET, 16, BPF_B, (bpf_int32)224);
|