Searched refs:GetHostByAddrHandler (Results 1 – 2 of 2) sorted by relevance
/packages/modules/DnsResolver/ |
D | DnsProxyListener.h | 118 class GetHostByAddrHandler : public Handler { 120 GetHostByAddrHandler(SocketClient* c, in6_addr address, int addressLen, int addressFamily, 122 ~GetHostByAddrHandler() override = default;
|
D | DnsProxyListener.cpp | 1227 (new GetHostByAddrHandler(cli, addr, addrLen, addrFamily, netcontext))->spawn(); in runCommand() 1231 DnsProxyListener::GetHostByAddrHandler::GetHostByAddrHandler(SocketClient* c, in6_addr address, in GetHostByAddrHandler() function in android::net::DnsProxyListener::GetHostByAddrHandler 1240 void DnsProxyListener::GetHostByAddrHandler::doDns64ReverseLookup(hostent* hbuf, char* buf, in doDns64ReverseLookup() 1288 void DnsProxyListener::GetHostByAddrHandler::run() { in run() 1332 std::string DnsProxyListener::GetHostByAddrHandler::threadName() { in threadName()
|