Searched defs:GetAddrInfoCmd (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DDnsProxyListener.h45 class GetAddrInfoCmd : public NetdCommand { class in class:DnsProxyListener
47 GetAddrInfoCmd(DnsProxyListener* dnsProxyListener);
48 virtual ~GetAddrInfoCmd() {}
H A DDnsProxyListener.cpp56 registerCmd(new GetAddrInfoCmd(this));
226 DnsProxyListener::GetAddrInfoCmd::GetAddrInfoCmd(DnsProxyListener* dnsProxyListener) : function in class:DnsProxyListener::GetAddrInfoCmd
231 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli,

Completed in 26 milliseconds