Home
last modified time | relevance | path

Searched refs:herrnoToAiErrno (Results 1 – 3 of 3) sorted by relevance

/system/netd/resolv/
Dresolv_private.h235 int herrnoToAiErrno(int herrno);
Dgethnamaddr.cpp789 return herrnoToAiErrno(he); in dns_gethtbyname()
792 if (hp == NULL) return herrnoToAiErrno(he); in dns_gethtbyname()
853 return herrnoToAiErrno(he); in dns_gethtbyaddr()
856 if (hp == NULL) return herrnoToAiErrno(he); in dns_gethtbyaddr()
917 int herrnoToAiErrno(int he) { in herrnoToAiErrno() function
Dgetaddrinfo.cpp1451 return herrnoToAiErrno(he); in dns_getaddrinfo()
1468 return herrnoToAiErrno(he); in dns_getaddrinfo()