Searched refs:StrictController (Results 1 – 6 of 6) sorted by relevance
36 auto StrictController::execIptables = ::execIptables;37 auto StrictController::execIptablesRestore = ::execIptablesRestore;39 const char* StrictController::LOCAL_OUTPUT = "st_OUTPUT";40 const char* StrictController::LOCAL_CLEAR_DETECT = "st_clear_detect";41 const char* StrictController::LOCAL_CLEAR_CAUGHT = "st_clear_caught";42 const char* StrictController::LOCAL_PENALTY_LOG = "st_penalty_log";43 const char* StrictController::LOCAL_PENALTY_REJECT = "st_penalty_reject";47 StrictController::StrictController(void) { in StrictController() function in StrictController50 int StrictController::enableStrict(void) { in enableStrict()142 int StrictController::disableStrict(void) { in disableStrict()[all …]
32 StrictController::execIptables = fakeExecIptables; in StrictControllerTest()33 StrictController::execIptablesRestore = fakeExecIptablesRestore; in StrictControllerTest()35 StrictController mStrictCtrl;
30 class StrictController {32 StrictController();
52 StrictController strictCtrl;
101 StrictController.cpp \139 StrictController.cpp StrictControllerTest.cpp \
129 StrictController::LOCAL_OUTPUT,