Home
last modified time | relevance | path

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

/system/netd/server/
DDnsProxyListener.h111 class GetHostByAddrCmd : public NetdCommand {
113 explicit GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener);
114 virtual ~GetHostByAddrCmd() {} in ~GetHostByAddrCmd()
DDnsProxyListener.cpp120 registerCmd(new GetHostByAddrCmd(this)); in DnsProxyListener()
506 DnsProxyListener::GetHostByAddrCmd::GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener) : in GetHostByAddrCmd() function in android::net::DnsProxyListener::GetHostByAddrCmd
511 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli, in runCommand()