Home
last modified time | relevance | path

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

/system/netd/server/
DIptablesRestoreController.h40 enum IptablesProcessType { enum
48 IptablesProcessType notifyChildTermination(pid_t pid);
54 pid_t getIpRestorePid(const IptablesProcessType type);
66 static IptablesProcess* forkAndExec(const IptablesProcessType type);
68 int sendCommand(const IptablesProcessType type, const std::string& command,
DIptablesRestoreController.cpp124 IptablesProcess* IptablesRestoreController::forkAndExec(const IptablesProcessType type) { in forkAndExec()
203 int IptablesRestoreController::sendCommand(const IptablesProcessType type, in sendCommand()
366 int IptablesRestoreController::getIpRestorePid(const IptablesProcessType type) { in getIpRestorePid()
DIptablesRestoreControllerTest.cpp63 pid_t getIpRestorePid(const IptablesRestoreController::IptablesProcessType type) { in getIpRestorePid()