Searched refs:hostres (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c259 struct addrinfo *hostres, *res; local
271 hostres = gethostinfo(hostname, 1);
272 for (res = hostres; res; res = res->ai_next) {
280 freeaddrinfo(hostres);

Completed in 79 milliseconds