Searched refs:gen_dnhostop (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/libpcap/ |
| H A D | gencode.c | 552 static struct block *gen_dnhostop(compiler_state_t *, bpf_u_int32, int); 4940 gen_dnhostop(compiler_state_t *cstate, bpf_u_int32 addr, int dir) in gen_dnhostop() function 4960 b0 = gen_dnhostop(cstate, addr, Q_SRC); in gen_dnhostop() 4961 b1 = gen_dnhostop(cstate, addr, Q_DST); in gen_dnhostop() 4968 b0 = gen_dnhostop(cstate, addr, Q_SRC); in gen_dnhostop() 4969 b1 = gen_dnhostop(cstate, addr, Q_DST); in gen_dnhostop() 5132 return gen_dnhostop(cstate, addr, dir); in gen_host()
|