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()
120 return NS_UNAVAIL; in _hf_gethtbyname()259 return NS_UNAVAIL; in _hf_gethtbyaddr()269 return NS_UNAVAIL; in _hf_gethtbyaddr()
1193 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()
826 case NS_UNAVAIL: in explore_fqdn()1951 return NS_UNAVAIL; in _dns_getaddrinfo()1995 return NS_UNAVAIL; in _dns_getaddrinfo()
53 #define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */ macro