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.c130 return NS_UNAVAIL; // glibc compatibility. in _hf_gethtbyname()
270 return NS_UNAVAIL; in _hf_gethtbyaddr()
279 if (errno == ENOSPC) return NS_UNAVAIL; // glibc compatibility. in _hf_gethtbyaddr()
Dgethnamaddr.c1161 return NS_UNAVAIL; in _dns_gethtbyname()
1191 return NS_UNAVAIL; in _dns_gethtbyname()
1246 return NS_UNAVAIL; in _dns_gethtbyaddr()
1278 return NS_UNAVAIL; in _dns_gethtbyaddr()
1303 return NS_UNAVAIL; in _dns_gethtbyaddr()
1454 return NS_UNAVAIL; in _yp_gethtbyaddr()
1461 return NS_UNAVAIL; in _yp_gethtbyaddr()
1505 return NS_UNAVAIL; in _yp_gethtbyname()
Dgetaddrinfo.c831 case NS_UNAVAIL: in explore_fqdn()
1974 return NS_UNAVAIL; in _dns_getaddrinfo()
2017 return NS_UNAVAIL; in _dns_getaddrinfo()
/bionic/libc/dns/include/
Dnsswitch.h53 #define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */ macro