Home
last modified time | relevance | path

Searched refs:doDns64Synthesis (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/
DDnsProxyListener.h76 void doDns64Synthesis(int32_t* rv, addrinfo** res, NetworkDnsEventReported* event);
102 void doDns64Synthesis(int32_t* rv, hostent* hbuf, char* buf, size_t buflen, hostent** hpp,
DDnsProxyListener.cpp867 void DnsProxyListener::GetAddrInfoHandler::doDns64Synthesis(int32_t* rv, addrinfo** res, in doDns64Synthesis() function in android::net::DnsProxyListener::GetAddrInfoHandler
928 doDns64Synthesis(&rv, &result, &event); in run()
1295 void DnsProxyListener::GetHostByNameHandler::doDns64Synthesis(int32_t* rv, hostent* hbuf, char* buf, in doDns64Synthesis() function in android::net::DnsProxyListener::GetHostByNameHandler
1346 doDns64Synthesis(&rv, &hbuf, tmpbuf, sizeof tmpbuf, &hp, &event); in run()