Home
last modified time | relevance | path

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

/system/netd/resolv/
Dsethostent.cpp96 int he; in _hf_gethtbyname2() local
97 hp = netbsd_gethostent_r(hf, info->hp, info->buf, info->buflen, &he); in _hf_gethtbyname2()
99 if (he == NETDB_INTERNAL && errno == ENOSPC) { in _hf_gethtbyname2()
191 int he; in _hf_gethtbyaddr() local
192 while ((hp = netbsd_gethostent_r(hf, info->hp, info->buf, info->buflen, &he)) != NULL) in _hf_gethtbyaddr()
Dgethnamaddr.cpp146 int* he) { in getanswer() argument
177 *he = NO_RECOVERY; in getanswer()
387 *he = NO_RECOVERY; in getanswer()
403 *he = NETDB_SUCCESS; in getanswer()
407 *he = NETDB_INTERNAL; in getanswer()
561 int* he) { in netbsd_gethostent_r() argument
571 *he = NETDB_INTERNAL; in netbsd_gethostent_r()
588 *he = HOST_NOT_FOUND; in netbsd_gethostent_r()
650 *he = NETDB_SUCCESS; in netbsd_gethostent_r()
656 *he = NETDB_INTERNAL; in netbsd_gethostent_r()
[all …]
Dlibnetd_resolv_test.cpp55 static std::string ToString(const hostent* he) { in ToString() argument
56 if (he == nullptr) return "<null>"; in ToString()
58 if (!inet_ntop(he->h_addrtype, he->h_addr_list[0], buffer, sizeof(buffer))) { in ToString()
Dgetaddrinfo.cpp1446 int he; in dns_getaddrinfo() local
1447 if (res_searchN(name, &q, res, &he) < 0) { in dns_getaddrinfo()
1451 return herrnoToAiErrno(he); in dns_getaddrinfo()
1456 addrinfo* ai = getanswer(buf.get(), q.n, q.name, q.qtype, pai, &he); in dns_getaddrinfo()
1462 ai = getanswer(buf2.get(), q2.n, q2.name, q2.qtype, pai, &he); in dns_getaddrinfo()
1468 return herrnoToAiErrno(he); in dns_getaddrinfo()
Dresolver_test.cpp142 static std::string ToString(const hostent* he) { in ToString() argument
143 if (he == nullptr) return "<null>"; in ToString()
145 if (!inet_ntop(he->h_addrtype, he->h_addr_list[0], buffer, sizeof(buffer))) { in ToString()
/system/sepolicy/tools/fc_sort/
DNOTICE222 system; it is up to the author/donor to decide if he or she is willing