Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.c548 static struct block *gen_fhostop(compiler_state_t *, const u_char *, int);
4172 gen_fhostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_fhostop() function
4184 b0 = gen_fhostop(cstate, eaddr, Q_SRC); in gen_fhostop()
4185 b1 = gen_fhostop(cstate, eaddr, Q_DST); in gen_fhostop()
4191 b0 = gen_fhostop(cstate, eaddr, Q_SRC); in gen_fhostop()
4192 b1 = gen_fhostop(cstate, eaddr, Q_DST); in gen_fhostop()
5229 b0 = gen_fhostop(cstate, eaddr, Q_OR); in gen_gateway()
6712 b = gen_fhostop(cstate, eaddr, dir); in gen_scode()
7227 b = gen_fhostop(cstate, cstate->e, (int)q.dir); in gen_ecode()
7962 return gen_fhostop(cstate, ebroadcast, Q_DST); in gen_broadcast()