Searched defs:LOCAL_INPUT (Results 1 - 4 of 4) sorted by relevance

/system/netd/
H A DFirewallController.h50 static const char* LOCAL_INPUT; member in class:FirewallController
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 DBandwidthController.h83 static const char* LOCAL_INPUT; member in class:BandwidthController
H A DBandwidthController.cpp54 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT"; member in class:BandwidthController

Completed in 131 milliseconds