Searched refs:LOCAL_INPUT (Results 1 - 5 of 5) sorted by relevance
/system/netd/server/ |
H A D | FirewallController.cpp | 33 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 D | FirewallController.h | 61 static const char* LOCAL_INPUT; member in class:FirewallController
|
H A D | BandwidthController.h | 95 static const char* LOCAL_INPUT; member in class:BandwidthController
|
H A D | CommandListener.cpp | 104 BandwidthController::LOCAL_INPUT, 105 FirewallController::LOCAL_INPUT,
|
H A D | BandwidthController.cpp | 57 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT"; member in class:BandwidthController
|
Completed in 50 milliseconds