Searched refs:NETDB_INTERNAL (Results 1 – 8 of 8) sorted by relevance
129 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname()154 *info->he = NETDB_INTERNAL; in _hf_gethtbyname2()159 *info->he = NETDB_INTERNAL; in _hf_gethtbyname2()175 if (*info->he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname2()243 *info->he = NETDB_INTERNAL; in _hf_gethtbyname2()267 *info->he = NETDB_INTERNAL; in _hf_gethtbyaddr()
520 *he = NETDB_INTERNAL; in getanswer()532 *errorp = NETDB_INTERNAL; in gethostbyname_r()668 *he = NETDB_INTERNAL; in android_read_hostent()698 *he = NETDB_INTERNAL; in gethostbyname_internal_real()753 *he = NETDB_INTERNAL; in gethostbyname_internal_real()764 *he = NETDB_INTERNAL; in gethostbyname_internal_real()872 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()877 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()884 *he = NETDB_INTERNAL; in android_gethostbyaddrfornetcontext_real()939 *he = NETDB_INTERNAL; in netbsd_gethostent_r()[all …]
1917 h_errno = NETDB_INTERNAL; in _dns_getaddrinfo()1923 h_errno = NETDB_INTERNAL; in _dns_getaddrinfo()
384 *he = NETDB_INTERNAL; in getanswer()540 *he = NETDB_INTERNAL; in netbsd_gethostent_r()613 *he = NETDB_INTERNAL; in netbsd_gethostent_r()778 case NETDB_INTERNAL: in herrnoToAiErrno()
101 if (he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname2()
274 EXPECT_EQ(NETDB_INTERNAL, err); in TEST()285 EXPECT_EQ(NETDB_INTERNAL, err); in TEST()297 EXPECT_EQ(NETDB_INTERNAL, err); in TEST()
142 static int panic = NETDB_INTERNAL; in __get_h_errno()
126 #define NETDB_INTERNAL -1 /* see errno */ macro