Searched refs:NS_UNAVAIL (Results 1 – 5 of 5) sorted by relevance
116 return (NS_UNAVAIL); in nsdispatch()138 if ((result & NS_UNAVAIL) != 0 && errno == ENOSPC) { in nsdispatch()
130 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()
1161 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()
831 case NS_UNAVAIL: in explore_fqdn()1974 return NS_UNAVAIL; in _dns_getaddrinfo()2017 return NS_UNAVAIL; in _dns_getaddrinfo()
53 #define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */ macro