Lines Matching refs:gen_host
264 static struct block *gen_host(bpf_u_int32, bpf_u_int32, int, int, int);
4425 gen_host(addr, mask, proto, dir, type) in gen_host() function
4443 b0 = gen_host(addr, mask, Q_IP, dir, type);
4449 b1 = gen_host(addr, mask, Q_ARP, dir, type);
4451 b0 = gen_host(addr, mask, Q_RARP, dir, type);
4742 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR, Q_HOST);
4744 tmp = gen_host(**alist++, 0xffffffff, proto, Q_OR,
6050 return gen_host(addr, mask, proto, dir, q.addr);
6138 return (gen_host(dn_addr, 0, proto, dir, q.addr));
6147 b = gen_host(**alist++, 0xffffffff, tproto, dir, q.addr);
6149 tmp = gen_host(**alist++, 0xffffffff,
6175 tmp = gen_host(ntohl(sin4->sin_addr.s_addr),
6373 return gen_host(n, m, q.proto, q.dir, q.addr);
6407 return gen_host(v, 0, proto, dir, q.addr);
6423 return gen_host(v, mask, proto, dir, q.addr);