Home
last modified time | relevance | path

Searched refs:NETDB_INTERNAL (Results 1 – 7 of 7) 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.c161 static int panic = NETDB_INTERNAL; in __get_h_errno()
/bionic/libc/dns/net/
Dsethostent.c132 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname()
157 *info->he = NETDB_INTERNAL; in _hf_gethtbyname2()
162 *info->he = NETDB_INTERNAL; in _hf_gethtbyname2()
178 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname2()
246 *info->he = NETDB_INTERNAL; in _hf_gethtbyname2()
270 *info->he = NETDB_INTERNAL; in _hf_gethtbyaddr()
Dgethnamaddr.c175 if (*herrno_p == NETDB_INTERNAL && errno == ENOSPC) { in h_errno_to_result()
521 *he = NETDB_INTERNAL; in getanswer()
533 *errorp = NETDB_INTERNAL; in gethostbyname_r()
560 *errorp = NETDB_INTERNAL; in gethostbyname2_r()
669 *he = NETDB_INTERNAL; in android_read_hostent()
699 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
754 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
765 *he = NETDB_INTERNAL; in gethostbyname_internal_real()
873 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()
878 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()
[all …]
Dgetaddrinfo.c1917 h_errno = NETDB_INTERNAL; in _dns_getaddrinfo()
1923 h_errno = NETDB_INTERNAL; in _dns_getaddrinfo()
/bionic/tests/
Dnetdb_test.cpp274 EXPECT_EQ(NETDB_INTERNAL, err); in TEST()
285 EXPECT_EQ(NETDB_INTERNAL, err); in TEST()
297 EXPECT_EQ(NETDB_INTERNAL, err); in TEST()
/bionic/libc/include/
Dnetdb.h126 #define NETDB_INTERNAL -1 /* see errno */ macro