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

/system/netd/
H A DBandwidthController.cpp54 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT"; member in class:BandwidthController
H A DBandwidthController.h83 static const char* LOCAL_INPUT; member in class:BandwidthController
H A DCommandListener.cpp64 BandwidthController::LOCAL_INPUT,
65 FirewallController::LOCAL_INPUT,
H A DFirewallController.cpp30 const char* FirewallController::LOCAL_INPUT = "fw_INPUT"; member in class:FirewallController
48 res |= execIptables(V4V6, "-A", LOCAL_INPUT, "-j", "DROP", NULL);
59 res |= execIptables(V4V6, "-F", LOCAL_INPUT, NULL);
80 res |= execIptables(V4V6, op, LOCAL_INPUT, "-i", iface, "-j", "RETURN", NULL);
99 res |= execIptables(target, op, LOCAL_INPUT, "-d", addr, "-j", "RETURN", NULL);
125 res |= execIptables(target, op, LOCAL_INPUT, "-s", addr, "-p", protocolStr,
144 res |= execIptables(V4V6, op, LOCAL_INPUT, "-m", "owner", "--uid-owner", uidStr,
H A DFirewallController.h50 static const char* LOCAL_INPUT; member in class:FirewallController

Completed in 49 milliseconds