Home
last modified time | relevance | path

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

/system/netd/server/
DCommandListener.h63 class IpFwdCmd : public NetdCommand {
65 IpFwdCmd();
66 virtual ~IpFwdCmd() {} in ~IpFwdCmd()
DCommandListener.cpp188 registerLockingCmd(new IpFwdCmd()); in CommandListener()
494 CommandListener::IpFwdCmd::IpFwdCmd() : in IpFwdCmd() function in CommandListener::IpFwdCmd
498 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, int argc, char **argv) { in runCommand()