gethostinfo
static struct addrinfo *gethostinfo(const char *, const char *, int);
hostres = gethostinfo(hostname, hostport, 1);
hi = gethostinfo(hostname);
struct hostinfo *gethostinfo(char *);
hi = gethostinfo(hostname);
hi = gethostinfo(source);