HomeSort by relevance Sort by last modified time
    Searched refs:GetHostByAddrCmd (Results 1 - 2 of 2) sorted by null

  /system/netd/server/
DnsProxyListener.h 111 class GetHostByAddrCmd : public NetdCommand {
113 explicit GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener);
114 virtual ~GetHostByAddrCmd() {}
DnsProxyListener.cpp 120 registerCmd(new GetHostByAddrCmd(this));
506 DnsProxyListener::GetHostByAddrCmd::GetHostByAddrCmd(const DnsProxyListener* dnsProxyListener) :
511 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli,

Completed in 453 milliseconds