Home
last modified time | relevance | path

Searched refs:IptablesProcessType (Results 1 – 3 of 3) sorted by relevance

/system/netd/server/
DIptablesRestoreController.h48 enum IptablesProcessType { enum
56 IptablesProcessType notifyChildTermination(pid_t pid);
60 pid_t getIpRestorePid(const IptablesProcessType type);
74 static IptablesProcess* forkAndExec(const IptablesProcessType type);
76 int sendCommand(const IptablesProcessType type, const std::string& command,
DIptablesRestoreController.cpp136 IptablesProcess* IptablesRestoreController::forkAndExec(const IptablesProcessType type) { in forkAndExec()
206 int IptablesRestoreController::sendCommand(const IptablesProcessType type, in sendCommand()
369 int IptablesRestoreController::getIpRestorePid(const IptablesProcessType type) { in getIpRestorePid()
DIptablesRestoreControllerTest.cpp74 pid_t getIpRestorePid(const IptablesRestoreController::IptablesProcessType type) { in getIpRestorePid()