Home
last modified time | relevance | path

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

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