Searched refs:FirewallController (Results 1 - 5 of 5) sorted by relevance

/system/netd/
H A DFirewallController.h31 class FirewallController { class
33 FirewallController();
H A DFirewallController.cpp22 #define LOG_TAG "FirewallController"
28 #include "FirewallController.h"
30 const char* FirewallController::LOCAL_INPUT = "fw_INPUT";
31 const char* FirewallController::LOCAL_OUTPUT = "fw_OUTPUT";
32 const char* FirewallController::LOCAL_FORWARD = "fw_FORWARD";
34 FirewallController::FirewallController(void) { function in class:FirewallController
37 int FirewallController::setupIptablesHooks(void) {
41 int FirewallController::enableFirewall(void) {
55 int FirewallController
[all...]
H A DAndroid.mk10 FirewallController.cpp \
H A DCommandListener.h32 #include "FirewallController.h"
46 static FirewallController *sFirewallCtrl;
H A DCommandListener.cpp42 #include "FirewallController.h"
53 FirewallController *CommandListener::sFirewallCtrl = NULL;
64 FirewallController::LOCAL_INPUT,
70 FirewallController::LOCAL_FORWARD,
78 FirewallController::LOCAL_OUTPUT,
166 sFirewallCtrl = new FirewallController();

Completed in 97 milliseconds