Searched refs:hostres (Results 1 – 1 of 1) sorted by relevance
259 struct addrinfo *hostres, *res; in whois() local271 hostres = gethostinfo(hostname, 1); in whois()272 for (res = hostres; res; res = res->ai_next) { in whois()280 freeaddrinfo(hostres); in whois()