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

  /external/libpcap/Win32/Include/
inetprivate.h 44 extern struct hostent *_gethtent(void);
  /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 49 milliseconds