Searched defs:LOCAL_OUTPUT (Results 1 - 6 of 6) sorted by relevance

/system/netd/server/
H A DStrictController.h39 static const char* LOCAL_OUTPUT; member in class:StrictController
H A DFirewallController.h73 static const char* LOCAL_OUTPUT; member in class:FirewallController
H A DStrictController.cpp39 const char* StrictController::LOCAL_OUTPUT = "st_OUTPUT"; member in class:StrictController
147 CLEAR_CHAIN(LOCAL_OUTPUT),
166 execIptables(V4V6, "-D", LOCAL_OUTPUT,
178 res |= execIptables(V4V6, "-I", LOCAL_OUTPUT,
H A DBandwidthController.h101 static const char* LOCAL_OUTPUT; member in class:BandwidthController
H A DFirewallController.cpp40 const char* FirewallController::LOCAL_OUTPUT = "fw_OUTPUT"; member in class:FirewallController
88 res |= execIptables(V4V6, "-A", LOCAL_OUTPUT, "-j", "REJECT", NULL);
105 res |= execIptables(V4V6, "-F", LOCAL_OUTPUT, NULL);
130 res |= attachChain(name, LOCAL_OUTPUT);
133 res |= detachChain(name, LOCAL_OUTPUT);
163 res |= execIptables(V4V6, op, LOCAL_OUTPUT, "-o", iface, "-j", "RETURN", NULL);
187 res |= execIptables(target, op, LOCAL_OUTPUT, "-s", addr, "-j", "RETURN", NULL);
219 res |= execIptables(target, op, LOCAL_OUTPUT, "-d", addr, "-p", protocolStr,
273 res |= execIptables(V4V6, op, LOCAL_OUTPUT, "-m", "owner", "--uid-owner", uidStr,
H A DBandwidthController.cpp63 const char* BandwidthController::LOCAL_OUTPUT = "bw_OUTPUT"; member in class:BandwidthController
548 for (const auto tableName : {LOCAL_OUTPUT, LOCAL_FORWARD}) {

Completed in 192 milliseconds