Searched refs:gen_fhostop (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 513 static struct block *gen_fhostop(compiler_state_t *, const u_char *, int); 3947 gen_fhostop(compiler_state_t *cstate, const u_char *eaddr, int dir) in gen_fhostop() function 3959 b0 = gen_fhostop(cstate, eaddr, Q_SRC); in gen_fhostop() 3960 b1 = gen_fhostop(cstate, eaddr, Q_DST); in gen_fhostop() 3966 b0 = gen_fhostop(cstate, eaddr, Q_SRC); in gen_fhostop() 3967 b1 = gen_fhostop(cstate, eaddr, Q_DST); in gen_fhostop() 4931 b0 = gen_fhostop(cstate, eaddr, Q_OR); 6253 b = gen_fhostop(cstate, eaddr, dir); in gen_scode() 6733 return gen_fhostop(cstate, eaddr, (int)q.dir); in gen_ecode() 7299 return gen_fhostop(cstate, ebroadcast, Q_DST); in gen_broadcast()
|