Home
last modified time | relevance | path

Searched refs:android_gethostbynamefornetcontext (Results 1 – 4 of 4) sorted by relevance

/system/netd/resolv/
Dgethnamaddr.h23 int android_gethostbynamefornetcontext(const char*, int, const android_net_context*, hostent**);
Dlibnetd_resolv_test.cpp491 int rv = android_gethostbynamefornetcontext("jiababuei", config.ai_family, &mNetcontext, in TEST_F()
515 int rv = android_gethostbynamefornetcontext("v4only", AF_INET6, &mNetcontext, &hp); in TEST_F()
558 int rv = android_gethostbynamefornetcontext(host_name, AF_INET, &mNetcontext, &hp); in TEST_F()
579 int rv = android_gethostbynamefornetcontext(host_name, AF_INET, &mNetcontext, &hp); in TEST_F()
DDnsProxyListener.cpp1014 *rv = android_gethostbynamefornetcontext(mName, AF_INET, &mNetContext, hpp); in doDns64Synthesis()
1040 rv = android_gethostbynamefornetcontext(mName, mAf, &mNetContext, &hp); in run()
Dgethnamaddr.cpp888 int android_gethostbynamefornetcontext(const char* name, int af, in android_gethostbynamefornetcontext() function