Home
last modified time | relevance | path

Searched refs:android_gethostbyaddrfornetcontext_proxy (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/dns/include/
Dresolv_netid.h108 struct hostent *android_gethostbyaddrfornetcontext_proxy(const void *, socklen_t, int , const struc…
/bionic/libc/dns/net/
Dgetnameinfo.c318 hp = android_gethostbyaddrfornetcontext_proxy(addr, afd->a_addrlen, afd->a_af, &netcontext); in getnameinfo_inet()
Dgethnamaddr.c1597 return android_gethostbyaddrfornetcontext_proxy(addr, len, af, &NETCONTEXT_UNSET); in gethostbyaddr()
1611 return android_gethostbyaddrfornetcontext_proxy(addr, len, af, netcontext); in android_gethostbyaddrfornetcontext()
1615 android_gethostbyaddrfornetcontext_proxy(const void* addr, socklen_t len, int af, in android_gethostbyaddrfornetcontext_proxy() function