Searched refs:FirewallController (Results 1 – 7 of 7) sorted by relevance
38 auto FirewallController::execIptablesRestore = ::execIptablesRestore;40 const char* FirewallController::TABLE = "filter";42 const char* FirewallController::LOCAL_INPUT = "fw_INPUT";43 const char* FirewallController::LOCAL_OUTPUT = "fw_OUTPUT";44 const char* FirewallController::LOCAL_FORWARD = "fw_FORWARD";46 const char* FirewallController::LOCAL_DOZABLE = "fw_dozable";47 const char* FirewallController::LOCAL_STANDBY = "fw_standby";48 const char* FirewallController::LOCAL_POWERSAVE = "fw_powersave";53 const char* FirewallController::ICMPV6_TYPES[] = {62 FirewallController::FirewallController(void) { in FirewallController() function in FirewallController[all …]
48 class FirewallController {50 FirewallController();
54 FirewallController::LOCAL_INPUT,59 FirewallController::LOCAL_FORWARD,66 FirewallController::LOCAL_OUTPUT,
52 FirewallController firewallCtrl;
37 FirewallController::execIptablesRestore = fakeExecIptablesRestore; in FirewallControllerTest()39 FirewallController mFw;
95 FirewallController.cpp \175 FirewallControllerTest.cpp FirewallController.cpp \
257 FirewallController::makeCriticalCommands(target, chainName) : ""; in makeDataSaverCommand()