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

  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 111 #define gethostbyname_r(name, ret, buf, buflen, result, h_errnop) \ macro
  /bionic/libc/dns/net/
gethnamaddr.c 508 /* 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
    [all...]

Completed in 514 milliseconds