gencode.c | 182 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32); 556 gen_cmp(offrel, offset, size, v) function 624 tmp = gen_cmp(offrel, offset + size - 4, BPF_W, w); 634 tmp = gen_cmp(offrel, offset + size - 2, BPF_H, w); 641 tmp = gen_cmp(offrel, offset, BPF_B, (bpf_int32)v[0]); [all...] |