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

/freebsd-13-stable/usr.bin/whois/
H A Dwhois.c160 static struct addrinfo *gethostinfo(const char *, const char *, int);
287 gethostinfo(const char *host, const char *hport, int exit_on_noname) function
456 hostres = gethostinfo(hostname, hostport, 1);
/freebsd-13-stable/contrib/traceroute/
H A Dtraceroute.c381 struct hostinfo *gethostinfo(char *);
749 hi = gethostinfo(hostname);
955 hi = gethostinfo(source);
1949 gethostinfo(register char *hostname) function
2025 hi = gethostinfo(hostname);

Completed in 115 milliseconds