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

/system/netd/server/
H A DFirewallController.cpp33 const char* FirewallController::LOCAL_INPUT = "fw_INPUT"; member in class:FirewallController
61 res |= createChain(LOCAL_DOZABLE, LOCAL_INPUT, firewallType);
64 res |= createChain(LOCAL_STANDBY, LOCAL_INPUT, firewallType);
77 res |= execIptables(V4V6, "-A", LOCAL_INPUT, "-j", "DROP", NULL);
94 res |= execIptables(V4V6, "-F", LOCAL_INPUT, NULL);
116 res |= attachChain(name, LOCAL_INPUT);
119 res |= detachChain(name, LOCAL_INPUT);
149 res |= execIptables(V4V6, op, LOCAL_INPUT, "-i", iface, "-j", "RETURN", NULL);
173 res |= execIptables(target, op, LOCAL_INPUT, "-d", addr, "-j", "RETURN", NULL);
204 res |= execIptables(target, op, LOCAL_INPUT, "
[all...]
H A DFirewallController.h61 static const char* LOCAL_INPUT; member in class:FirewallController
H A DBandwidthController.h95 static const char* LOCAL_INPUT; member in class:BandwidthController
H A DCommandListener.cpp104 BandwidthController::LOCAL_INPUT,
105 FirewallController::LOCAL_INPUT,
H A DBandwidthController.cpp57 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT"; member in class:BandwidthController

Completed in 66 milliseconds