Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetnamadr.c324 return NS_UNAVAIL; in _dns_getnetbyaddr()
330 return NS_UNAVAIL; in _dns_getnetbyaddr()
535 return NS_UNAVAIL; in _yp_getnetbyaddr()
539 return NS_UNAVAIL; in _yp_getnetbyaddr()
549 return NS_UNAVAIL; in _yp_getnetbyaddr()
591 return NS_UNAVAIL; in _yp_getnetbyname()
H A Dnsdispatch.c414 (NS_UNAVAIL|NS_NOTFOUND|NS_TRYAGAIN)) && in _nsdbtdump()
420 if (dbt->srclist[i].flags & NS_UNAVAIL) in _nsdbtdump()
614 return (NS_UNAVAIL); in nsdispatch()
644 return (NS_UNAVAIL); in nsdispatch()
651 return (NS_UNAVAIL); in nsdispatch()
H A Dgethnamaddr.c965 return NS_UNAVAIL; in _dns_gethtbyname()
996 return NS_UNAVAIL; in _dns_gethtbyname()
1076 return NS_UNAVAIL; in _dns_gethtbyaddr()
1102 return NS_UNAVAIL; in _dns_gethtbyaddr()
1105 return NS_UNAVAIL; in _dns_gethtbyaddr()
1256 return NS_UNAVAIL; in _yp_gethtbyaddr()
1263 return NS_UNAVAIL; in _yp_gethtbyaddr()
1307 return NS_UNAVAIL; in _yp_gethtbyname()
H A Dnsparser.y146 | UNAVAIL { $$ = NS_UNAVAIL; }
H A Dsethostent.c286 return NS_UNAVAIL; in _hf_gethtbyaddr()
H A Dgetaddrinfo.c1206 case NS_UNAVAIL: in explore_fqdn()
2291 return NS_UNAVAIL;
2517 return NS_UNAVAIL;
/haiku/src/system/libnetwork/netresolv/include/
H A Dnsswitch.h54 #define NS_UNAVAIL (1<<1) /* source not responding, or corrupt */ macro