Lines Matching defs:host
66 struct hostent *host);
69 struct hostent **host);
129 struct hostent *host;
145 status = file_lookup(aquery->channel, &aquery->addr, &host);
151 end_aquery(aquery, status, host);
166 struct hostent *host;
174 (int)addrlen, AF_INET, &host);
178 (int)addrlen, AF_INET6, &host);
180 end_aquery(aquery, (ares_status_t)status, host);
189 struct hostent *host)
191 aquery->callback(aquery->arg, (int)status, (int)aquery->timeouts, host);
192 if (host) {
193 ares_free_hostent(host);
201 struct hostent **host)
227 status = ares__hosts_entry_to_hostent(entry, addr->family, host);