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

/freebsd-current/usr.bin/whois/
H A Dwhois.c145 static struct addrinfo *gethostinfo(const char *, const char *, int);
272 gethostinfo(const char *host, const char *hport, int exit_on_noname) function
441 hostres = gethostinfo(hostname, hostport, 1);
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c356 struct hostinfo *gethostinfo(char *);
725 hi = gethostinfo(hostname);
891 hi = gethostinfo(source);
1897 gethostinfo(register char *hostname) function
1973 hi = gethostinfo(hostname);

Completed in 87 milliseconds