Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dsethostent.c106 return NS_NOTFOUND; in _hf_gethtbyname()
122 return NS_NOTFOUND; in _hf_gethtbyname()
272 return NS_NOTFOUND; in _hf_gethtbyaddr()
Dnsdispatch.c145 return (result ? result : NS_NOTFOUND); in nsdispatch()
Dgethnamaddr.c1197 return NS_NOTFOUND; in _dns_gethtbyname()
1202 return NS_NOTFOUND; in _dns_gethtbyname()
1209 return NS_NOTFOUND; in _dns_gethtbyname()
1218 return NS_NOTFOUND; in _dns_gethtbyname()
1269 return NS_NOTFOUND; in _dns_gethtbyaddr()
1274 return NS_NOTFOUND; in _dns_gethtbyaddr()
1284 return NS_NOTFOUND; in _dns_gethtbyaddr()
1289 return NS_NOTFOUND; in _dns_gethtbyaddr()
1298 return NS_NOTFOUND; in _dns_gethtbyaddr()
1307 return NS_NOTFOUND; in _dns_gethtbyaddr()
[all …]
Dgetaddrinfo.c829 case NS_NOTFOUND: in explore_fqdn()
1913 return NS_NOTFOUND; in _dns_getaddrinfo()
1919 return NS_NOTFOUND; in _dns_getaddrinfo()
1949 return NS_NOTFOUND; in _dns_getaddrinfo()
1976 return NS_NOTFOUND; in _dns_getaddrinfo()
1990 return NS_NOTFOUND; in _dns_getaddrinfo()
2009 return NS_NOTFOUND; in _dns_getaddrinfo()
2138 return NS_NOTFOUND; in _files_getaddrinfo()
/bionic/libc/dns/include/
Dnsswitch.h54 #define NS_NOTFOUND (1<<2) /* source responded 'no such entry' */ macro