Home
last modified time | relevance | path

Searched refs:h_errno (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/dns/net/
Dgetaddrinfo.c1306 if (eom - (ptr) < (count)) { h_errno = NO_RECOVERY; return NULL; } \
1357 h_errno = NO_RECOVERY; in getanswer()
1362 h_errno = NO_RECOVERY; in getanswer()
1373 h_errno = NO_RECOVERY; in getanswer()
1495 h_errno = NETDB_SUCCESS; in getanswer()
1499 h_errno = NO_RECOVERY; in getanswer()
1917 h_errno = NETDB_INTERNAL; in _dns_getaddrinfo()
1923 h_errno = NETDB_INTERNAL; in _dns_getaddrinfo()
2011 switch (h_errno) { in _dns_getaddrinfo()
2209 h_errno = NO_RECOVERY; in res_queryN()
[all …]
Dgethnamaddr.c1542 gethostbyname_r(name, &rs->host, rs->hostbuf, sizeof(rs->hostbuf), &result, &h_errno); in gethostbyname()
1552 gethostbyname2_r(name, af, &rs->host, rs->hostbuf, sizeof(rs->hostbuf), &result, &h_errno); in gethostbyname2()
1588 &h_errno, netcontext); in android_gethostbynamefornetcontext()
1619 sizeof(rs->hostbuf), &h_errno, netcontext); in android_gethostbyaddrfornetcontext_proxy()
1629 h_errno = NETDB_INTERNAL; in gethostent()
1634 return netbsd_gethostent_r(rs->hostf, &rs->host, rs->hostbuf, sizeof(rs->hostbuf), &h_errno); in gethostent()
/bionic/libc/dns/resolv/
Dherror.c112 DE_CONST(hstrerror(h_errno), t); in herror()
/bionic/libc/include/
Dnetdb.h207 #define h_errno (*__get_h_errno()) macro
/bionic/libc/dns/include/
Dresolv_private.h102 #define RES_SET_H_ERRNO(r,x) (h_errno = (r)->res_h_errno = (x))