Home
last modified time | relevance | path

Searched refs:gethostinfo (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/
H A Dwhois.c80 static struct addrinfo *gethostinfo(char const *host, int exit_on_error);
219 gethostinfo(char const *host, int exit_on_error) in gethostinfo() function
271 hostres = gethostinfo(hostname, 1); in whois()