Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c511 static struct block *gen_ahostop(compiler_state_t *, const u_char *, int);
7289 return gen_ahostop(cstate, abroadcast, Q_DST); in gen_broadcast()
7369 return gen_ahostop(cstate, abroadcast, Q_DST); in gen_multicast()
7880 return (gen_ahostop(cstate, eaddr, (int)q.dir)); in gen_acode()
7897 gen_ahostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_ahostop() function
7910 b0 = gen_ahostop(cstate, eaddr, Q_SRC); in gen_ahostop()
7911 b1 = gen_ahostop(cstate, eaddr, Q_DST); in gen_ahostop()
7917 b0 = gen_ahostop(cstate, eaddr, Q_SRC); in gen_ahostop()
7918 b1 = gen_ahostop(cstate, eaddr, Q_DST); in gen_ahostop()