Home
last modified time | relevance | path

Searched refs:NETDB_INTERNAL (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/dns/resolv/
Dres_data.c179 RES_SET_H_ERRNO(&_nres, NETDB_INTERNAL); in res_mkquery()
191 RES_SET_H_ERRNO(&_nres, NETDB_INTERNAL); in res_mkupdate()
206 RES_SET_H_ERRNO(&_nres, NETDB_INTERNAL); in res_query()
260 RES_SET_H_ERRNO(&_nres, NETDB_INTERNAL); in res_update()
275 RES_SET_H_ERRNO(&_nres, NETDB_INTERNAL); in res_search()
290 RES_SET_H_ERRNO(&_nres, NETDB_INTERNAL); in res_querydomain()
Dres_state.c197 static int panic = NETDB_INTERNAL; in __get_h_errno()
/bionic/libc/dns/net/
Dsethostent.c119 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname()
143 *info->he = NETDB_INTERNAL; in _hf_gethtbyname2()
149 *info->he = NETDB_INTERNAL; in _hf_gethtbyname2()
165 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname2()
234 *info->he = NETDB_INTERNAL; in _hf_gethtbyname2()
258 *info->he = NETDB_INTERNAL; in _hf_gethtbyaddr()
Dgethnamaddr.c505 *he = NETDB_INTERNAL; in getanswer()
518 *errorp = NETDB_INTERNAL; in gethostbyname_r()
551 *errorp = NETDB_INTERNAL; in gethostbyname2_r()
693 *he = NETDB_INTERNAL; in android_read_hostent()
723 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
778 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
789 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
903 *he = NETDB_INTERNAL; in android_gethostbyaddrfornet_real()
908 *he = NETDB_INTERNAL; in android_gethostbyaddrfornet_real()
915 *he = NETDB_INTERNAL; in android_gethostbyaddrfornet_real()
[all …]
Dgetaddrinfo.c1894 h_errno = NETDB_INTERNAL; in _dns_getaddrinfo()
1900 h_errno = NETDB_INTERNAL; in _dns_getaddrinfo()
/bionic/libc/include/
Dnetdb.h126 #define NETDB_INTERNAL -1 /* see errno */ macro