Home
last modified time | relevance | path

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; in whois() local
271 hostres = gethostinfo(hostname, 1); in whois()
272 for (res = hostres; res; res = res->ai_next) { in whois()
280 freeaddrinfo(hostres); in whois()