Searched refs:NS_UNAVAIL (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/dns/net/
H A Dnsdispatch.c116 return (NS_UNAVAIL);
138 if ((result & NS_UNAVAIL) != 0 && errno == ENOSPC) {
H A Dsethostent.c120 return NS_UNAVAIL;
259 return NS_UNAVAIL;
269 return NS_UNAVAIL;
H A Dgethnamaddr.c1193 return NS_UNAVAIL;
1223 return NS_UNAVAIL;
1279 return NS_UNAVAIL;
1312 return NS_UNAVAIL;
1337 return NS_UNAVAIL;
1488 return NS_UNAVAIL;
1495 return NS_UNAVAIL;
1539 return NS_UNAVAIL;
H A Dgetaddrinfo.c826 case NS_UNAVAIL:
1951 return NS_UNAVAIL;
1995 return NS_UNAVAIL;
/bionic/libc/include/
H A Dnsswitch.h53 #define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */ macro

Completed in 264 milliseconds