Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c502 static struct block *gen_ahostop(compiler_state_t *, const u_char *, int);
7450 return gen_ahostop(cstate, abroadcast, Q_DST); in gen_broadcast()
7529 return gen_ahostop(cstate, abroadcast, Q_DST); in gen_multicast()
8042 return (gen_ahostop(cstate, eaddr, (int)q.dir)); in gen_acode()
8056 gen_ahostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_ahostop() function
8069 b0 = gen_ahostop(cstate, eaddr, Q_SRC); in gen_ahostop()
8070 b1 = gen_ahostop(cstate, eaddr, Q_DST); in gen_ahostop()
8076 b0 = gen_ahostop(cstate, eaddr, Q_SRC); in gen_ahostop()
8077 b1 = gen_ahostop(cstate, eaddr, Q_DST); in gen_ahostop()