Home | History | Annotate | Download | only in libpcap

Lines Matching refs:alist

3639 gen_gateway(eaddr, alist, proto, dir)
3641 bpf_u_int32 **alist;
3697 b1 = gen_host(**alist++, 0xffffffff, proto, Q_OR, Q_HOST);
3698 while (*alist) {
3699 tmp = gen_host(**alist++, 0xffffffff, proto, Q_OR,
4963 bpf_u_int32 **alist;
5076 alist = pcap_nametoaddr(name);
5077 if (alist == NULL || *alist == NULL)
5082 b = gen_host(**alist++, 0xffffffff, tproto, dir, q.addr);
5083 while (*alist) {
5084 tmp = gen_host(**alist++, 0xffffffff,
5229 alist = pcap_nametoaddr(name);
5230 if (alist == NULL || *alist == NULL)
5232 b = gen_gateway(eaddr, alist, proto, dir);