Searched refs:gen_dnhostop (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 540 static struct block *gen_dnhostop(compiler_state_t *, bpf_u_int32, int); 4768 gen_dnhostop(compiler_state_t *cstate, bpf_u_int32 addr, int dir) in gen_dnhostop() function 4788 b0 = gen_dnhostop(cstate, addr, Q_SRC); in gen_dnhostop() 4789 b1 = gen_dnhostop(cstate, addr, Q_DST); in gen_dnhostop() 4796 b0 = gen_dnhostop(cstate, addr, Q_SRC); in gen_dnhostop() 4797 b1 = gen_dnhostop(cstate, addr, Q_DST); in gen_dnhostop() 4960 return gen_dnhostop(cstate, addr, dir); in gen_host()
|