Searched refs:android_gethostbynamefornetcontext (Results 1 – 4 of 4) sorted by relevance
/system/netd/resolv/ |
D | gethnamaddr.h | 23 int android_gethostbynamefornetcontext(const char*, int, const android_net_context*, hostent**);
|
D | libnetd_resolv_test.cpp | 491 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()
|
D | DnsProxyListener.cpp | 1014 *rv = android_gethostbynamefornetcontext(mName, AF_INET, &mNetContext, hpp); in doDns64Synthesis() 1040 rv = android_gethostbynamefornetcontext(mName, mAf, &mNetContext, &hp); in run()
|
D | gethnamaddr.cpp | 888 int android_gethostbynamefornetcontext(const char* name, int af, in android_gethostbynamefornetcontext() function
|