Lines Matching refs:alist
4681 gen_gateway(eaddr, alist, proto, dir) in gen_gateway() argument
4683 bpf_u_int32 **alist;
4742 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR, Q_HOST);
4743 while (*alist) {
4744 tmp = gen_host(**alist++, 0xffffffff, proto, Q_OR,
6026 bpf_u_int32 **alist; local
6141 alist = pcap_nametoaddr(name);
6142 if (alist == NULL || *alist == NULL)
6147 b = gen_host(**alist++, 0xffffffff, tproto, dir, q.addr);
6148 while (*alist) {
6149 tmp = gen_host(**alist++, 0xffffffff,
6301 alist = pcap_nametoaddr(name);
6302 if (alist == NULL || *alist == NULL)
6304 b = gen_gateway(eaddr, alist, proto, dir);