Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c514 static struct block *gen_thostop(compiler_state_t *, const u_char *, int);
4003 gen_thostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_thostop() function
4015 b0 = gen_thostop(cstate, eaddr, Q_SRC); in gen_thostop()
4016 b1 = gen_thostop(cstate, eaddr, Q_DST); in gen_thostop()
4022 b0 = gen_thostop(cstate, eaddr, Q_SRC); in gen_thostop()
4023 b1 = gen_thostop(cstate, eaddr, Q_DST); in gen_thostop()
4934 b0 = gen_thostop(cstate, eaddr, Q_OR);
6262 b = gen_thostop(cstate, eaddr, dir); in gen_scode()
6735 return gen_thostop(cstate, eaddr, (int)q.dir); in gen_ecode()
7301 return gen_thostop(cstate, ebroadcast, Q_DST); in gen_broadcast()