Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dsethostent.c119 return NS_NOTFOUND; in _hf_gethtbyname()
136 return NS_NOTFOUND; in _hf_gethtbyname()
282 return NS_NOTFOUND; in _hf_gethtbyaddr()
Dgethnamaddr.c1167 return NS_NOTFOUND; in _dns_gethtbyname()
1172 return NS_NOTFOUND; in _dns_gethtbyname()
1179 return NS_NOTFOUND; in _dns_gethtbyname()
1188 return NS_NOTFOUND; in _dns_gethtbyname()
1238 return NS_NOTFOUND; in _dns_gethtbyaddr()
1243 return NS_NOTFOUND; in _dns_gethtbyaddr()
1253 return NS_NOTFOUND; in _dns_gethtbyaddr()
1258 return NS_NOTFOUND; in _dns_gethtbyaddr()
1266 return NS_NOTFOUND; in _dns_gethtbyaddr()
1275 return NS_NOTFOUND; in _dns_gethtbyaddr()
[all …]
Dnsdispatch.c145 return (result ? result : NS_NOTFOUND); in nsdispatch()
Dgetaddrinfo.c834 case NS_NOTFOUND: in explore_fqdn()
1918 return NS_NOTFOUND; in _dns_getaddrinfo()
1924 return NS_NOTFOUND; in _dns_getaddrinfo()
1954 return NS_NOTFOUND; in _dns_getaddrinfo()
1981 return NS_NOTFOUND; in _dns_getaddrinfo()
1994 return NS_NOTFOUND; in _dns_getaddrinfo()
2013 return NS_NOTFOUND; in _dns_getaddrinfo()
2142 return NS_NOTFOUND; in _files_getaddrinfo()
/bionic/libc/dns/include/
Dnsswitch.h54 #define NS_NOTFOUND (1<<2) /* source responded 'no such entry' */ macro