Lines Matching defs:ips
108 hshared->ips = i_realloc_type(hshared->ips, struct ip_addr,
111 memcpy(hshared->ips, result->ips, sizeof(*hshared->ips) * hshared->ips_count);
130 struct ip_addr *ips;
152 ret = net_gethostbyname(hshared->name, &ips, &ips_count);
161 i_free(hshared->ips);
163 hshared->ips = i_new(struct ip_addr, ips_count);
164 memcpy(hshared->ips, ips, ips_count * sizeof(*ips));
248 hshared->ips = i_new(struct ip_addr, hshared->ips_count);
249 hshared->ips[0] = ip;
286 i_free(hshared->ips);
467 if (net_ip_compare(&hshared->ips[i], ip)) {