Lines Matching defs:alist
1347 gen_gateway(const u_char *eaddr, bpf_u_int32 **alist, int proto, int dir)
1367 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR);
1368 while (*alist) {
1369 tmp = gen_host(**alist++, 0xffffffff, proto, Q_OR);
2210 bpf_u_int32 **alist;
2277 alist = pcap_nametoaddr(name);
2278 if (alist == NULL || *alist == NULL)
2283 b = gen_host(**alist++, 0xffffffff, tproto, dir);
2284 while (*alist) {
2285 tmp = gen_host(**alist++, 0xffffffff,
2374 alist = pcap_nametoaddr(name);
2375 if (alist == NULL || *alist == NULL)
2377 return gen_gateway(eaddr, alist, proto, dir);