Lines Matching refs:gen_host
219 static struct block *gen_host(bpf_u_int32, bpf_u_int32, int, int, int);
3390 gen_host(addr, mask, proto, dir, type) in gen_host() function
3408 b0 = gen_host(addr, mask, Q_IP, dir, type);
3414 b1 = gen_host(addr, mask, Q_ARP, dir, type);
3416 b0 = gen_host(addr, mask, Q_RARP, dir, type);
3697 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR, Q_HOST);
3699 tmp = gen_host(**alist++, 0xffffffff, proto, Q_OR,
4987 return gen_host(addr, mask, proto, dir, q.addr);
5073 return (gen_host(dn_addr, 0, proto, dir, q.addr));
5082 b = gen_host(**alist++, 0xffffffff, tproto, dir, q.addr);
5084 tmp = gen_host(**alist++, 0xffffffff,
5109 tmp = gen_host(ntohl(sin4->sin_addr.s_addr),
5302 return gen_host(n, m, q.proto, q.dir, q.addr);
5336 return gen_host(v, 0, proto, dir, q.addr);
5352 return gen_host(v, mask, proto, dir, q.addr);