Searched defs:FirewallController (Results 1 - 2 of 2) sorted by last modified time

/system/netd/
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 DFirewallController.h31 class FirewallController { class
33 FirewallController();

Completed in 58 milliseconds