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

/system/netd/server/
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);
85 res |= execIptables(V4V6, op, LOCAL_INPUT, "-i", iface, "-j", "RETURN", NULL);
104 res |= execIptables(target, op, LOCAL_INPUT, "-d", addr, "-j", "RETURN", NULL);
130 res |= execIptables(target, op, LOCAL_INPUT, "-s", addr, "-p", protocolStr,
149 res |= execIptables(V4V6, op, LOCAL_INPUT, "-m", "owner", "--uid-owner", uidStr,
H A DBandwidthController.h95 static const char* LOCAL_INPUT; member in class:BandwidthController
H A DBandwidthController.cpp57 const char* BandwidthController::LOCAL_INPUT = "bw_INPUT"; member in class:BandwidthController

Completed in 66 milliseconds