Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.c517 static struct block *gen_dnhostop(compiler_state_t *, bpf_u_int32, int);
4555 gen_dnhostop(compiler_state_t *cstate, bpf_u_int32 addr, int dir) in gen_dnhostop() function
4575 b0 = gen_dnhostop(cstate, addr, Q_SRC); in gen_dnhostop()
4576 b1 = gen_dnhostop(cstate, addr, Q_DST); in gen_dnhostop()
4583 b0 = gen_dnhostop(cstate, addr, Q_SRC); in gen_dnhostop()
4584 b1 = gen_dnhostop(cstate, addr, Q_DST); in gen_dnhostop()
4727 return gen_dnhostop(cstate, addr, dir); in gen_host()