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

  /system/netd/server/
DnsProxyListener.h 44 class GetAddrInfoCmd : public NetdCommand {
46 explicit GetAddrInfoCmd(DnsProxyListener* dnsProxyListener);
47 virtual ~GetAddrInfoCmd() {}
DnsProxyListener.cpp 119 registerCmd(new GetAddrInfoCmd(this));
299 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd(DnsProxyListener* dnsProxyListener) :
304 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli,

Completed in 2111 milliseconds