HomeSort by relevance Sort by last modified time
    Searched defs:_gethtent (Results 1 - 2 of 2) sorted by null

  /bionic/libc/dns/
gethnamaddr.c 120 static struct hostent *_gethtent(void);
921 _gethtent(void) function
1047 while ((p = _gethtent()) != NULL && num < MAXADDRS) {
1142 while ((p = _gethtent()) != NULL)
1253 return _gethtent();
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 244 static struct addrinfo *_gethtent(FILE **, const char *,
2036 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) function
    [all...]

Completed in 98 milliseconds