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

/bionic/libc/dns/net/
H A Dgethnamaddr.c508 /* The prototype of gethostbyname_r is from glibc, not that in netbsd. */
510 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, function
1574 gethostbyname_r(name, &rs->host, rs->hostbuf, sizeof(rs->hostbuf), &result, &h_errno);

Completed in 71 milliseconds