Home
last modified time | relevance | path

Searched refs:gen_thostop (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/libpcap/
H A Dgencode.c549 static struct block *gen_thostop(compiler_state_t *, const u_char *, int);
4228 gen_thostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_thostop() function
4240 b0 = gen_thostop(cstate, eaddr, Q_SRC); in gen_thostop()
4241 b1 = gen_thostop(cstate, eaddr, Q_DST); in gen_thostop()
4247 b0 = gen_thostop(cstate, eaddr, Q_SRC); in gen_thostop()
4248 b1 = gen_thostop(cstate, eaddr, Q_DST); in gen_thostop()
5232 b0 = gen_thostop(cstate, eaddr, Q_OR); in gen_gateway()
6721 b = gen_thostop(cstate, eaddr, dir); in gen_scode()
7230 b = gen_thostop(cstate, cstate->e, (int)q.dir); in gen_ecode()
7964 return gen_thostop(cstate, ebroadcast, Q_DST); in gen_broadcast()