Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dsethostent.c116 return NS_NOTFOUND; in _hf_gethtbyname()
133 return NS_NOTFOUND; in _hf_gethtbyname()
279 return NS_NOTFOUND; in _hf_gethtbyaddr()
Dnsdispatch.c145 return (result ? result : NS_NOTFOUND); in nsdispatch()
Dgethnamaddr.c1166 return NS_NOTFOUND; in _dns_gethtbyname()
1171 return NS_NOTFOUND; in _dns_gethtbyname()
1178 return NS_NOTFOUND; in _dns_gethtbyname()
1187 return NS_NOTFOUND; in _dns_gethtbyname()
1237 return NS_NOTFOUND; in _dns_gethtbyaddr()
1242 return NS_NOTFOUND; in _dns_gethtbyaddr()
1252 return NS_NOTFOUND; in _dns_gethtbyaddr()
1257 return NS_NOTFOUND; in _dns_gethtbyaddr()
1265 return NS_NOTFOUND; in _dns_gethtbyaddr()
1274 return NS_NOTFOUND; in _dns_gethtbyaddr()
[all …]
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