Home
last modified time | relevance | path

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

/system/netd/resolv/
DDnsProxyListener.h92 class GetHostByAddrCmd : public FrameworkCommand {
94 GetHostByAddrCmd();
95 virtual ~GetHostByAddrCmd() {} in ~GetHostByAddrCmd()
DDnsProxyListener.cpp501 registerCmd(new GetHostByAddrCmd()); in DnsProxyListener()
1076 DnsProxyListener::GetHostByAddrCmd::GetHostByAddrCmd() : FrameworkCommand("gethostbyaddr") {} in GetHostByAddrCmd() function in android::net::DnsProxyListener::GetHostByAddrCmd
1078 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli, in runCommand()