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

  /bionic/libc/netbsd/
gethnamaddr.c 115 static struct hostent *_gethtent(void);
912 _gethtent(void) function
1038 while ((p = _gethtent()) != NULL && num < MAXADDRS) {
1133 while ((p = _gethtent()) != NULL)
1244 return _gethtent();
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 241 static struct addrinfo *_gethtent(FILE **, const char *,
2049 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) function
    [all...]

Completed in 1824 milliseconds