Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgethnamaddr.h26 int android_gethostbyaddrfornetcontext(const void*, socklen_t, int, const android_net_context*,
DDnsProxyListener.cpp1165 android_gethostbyaddrfornetcontext(&v4addr, sizeof(v4addr), AF_INET, &mNetContext, hpp); in doDns64ReverseLookup()
1189 rv = android_gethostbyaddrfornetcontext(mAddress, mAddressLen, mAddressFamily, in run()
Dgethnamaddr.cpp902 int android_gethostbyaddrfornetcontext(const void* addr, socklen_t len, int af, in android_gethostbyaddrfornetcontext() function