Searched defs:gethostbyname2_r (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/dns/net/
H A Dgethnamaddr.c552 /* The prototype of gethostbyname2_r is from glibc, not that in netbsd. */
554 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, function
1583 gethostbyname2_r(name, af, &rs->host, rs->hostbuf, sizeof(rs->hostbuf), &result, &h_errno);

Completed in 53 milliseconds