Searched refs:he (Results 1 - 3 of 3) sorted by relevance
/bionic/libc/dns/net/ |
H A D | sethostent.c | 119 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { 143 *info->he = NETDB_INTERNAL; 149 *info->he = NETDB_INTERNAL; 163 info->he); 165 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { 204 *info->he = HOST_NOT_FOUND; 234 *info->he = NETDB_INTERNAL; 258 *info->he = NETDB_INTERNAL; 262 info->he)) != NULL) 271 *info->he [all...] |
H A D | gethnamaddr.c | 202 res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) 235 *he = NO_RECOVERY; 480 *he = NO_RECOVERY; 500 *he = NETDB_SUCCESS; 505 *he = NETDB_INTERNAL; 593 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) argument 604 *he = HOST_NOT_FOUND; 689 *he = NETDB_SUCCESS; 693 *he = NETDB_INTERNAL; 700 size_t buflen, int *he) 201 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, res_state res, struct hostent *hent, char *buf, size_t buflen, int *he) argument 699 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, size_t buflen, int *he) argument 864 android_gethostbyaddrfornet_real(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, size_t buflen, int *he, unsigned netid, unsigned mark) argument 924 android_gethostbyaddrfornet_proxy_internal(const void* addr, socklen_t len, int af, struct hostent *hp, char *hbuf, size_t hbuflen, int *he, unsigned netid, unsigned mark) argument 960 netbsd_gethostent_r(FILE *hf, struct hostent *hent, char *buf, size_t buflen, int *he) argument [all...] |
/bionic/libc/dns/include/ |
H A D | hostent.h | 54 int *he; member in struct:getnamaddr
|
Completed in 92 milliseconds