Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dgencode.c552 static struct block *gen_dnhostop(compiler_state_t *, bpf_u_int32, int);
4780 gen_dnhostop(compiler_state_t *cstate, bpf_u_int32 addr, int dir) in gen_dnhostop() function
4800 b0 = gen_dnhostop(cstate, addr, Q_SRC); in gen_dnhostop()
4801 b1 = gen_dnhostop(cstate, addr, Q_DST); in gen_dnhostop()
4808 b0 = gen_dnhostop(cstate, addr, Q_SRC); in gen_dnhostop()
4809 b1 = gen_dnhostop(cstate, addr, Q_DST); in gen_dnhostop()
4972 return gen_dnhostop(cstate, addr, dir); in gen_host()