Searched refs:e_offrel (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Dgencode.c173 enum e_offrel { enum
221 static struct block *gen_cmp(enum e_offrel, u_int, u_int, bpf_int32);
222 static struct block *gen_cmp_gt(enum e_offrel, u_int, u_int, bpf_int32);
223 static struct block *gen_cmp_ge(enum e_offrel, u_int, u_int, bpf_int32);
224 static struct block *gen_cmp_lt(enum e_offrel, u_int, u_int, bpf_int32);
225 static struct block *gen_cmp_le(enum e_offrel, u_int, u_int, bpf_int32);
226 static struct block *gen_mcmp(enum e_offrel, u_int, u_int, bpf_int32,
228 static struct block *gen_bcmp(enum e_offrel, u_int, u_int, const u_char *);
229 static struct block *gen_ncmp(enum e_offrel, bpf_u_int32, bpf_u_int32,
233 static struct slist *gen_load_a(enum e_offrel, u_in
[all...]

Completed in 1176 milliseconds