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

/system/netd/
H A DFirewallController.h51 static const char* LOCAL_OUTPUT; member in class:FirewallController
H A DFirewallController.cpp31 const char* FirewallController::LOCAL_OUTPUT = "fw_OUTPUT"; member in class:FirewallController
49 res |= execIptables(V4V6, "-A", LOCAL_OUTPUT, "-j", "REJECT", NULL);
60 res |= execIptables(V4V6, "-F", LOCAL_OUTPUT, NULL);
81 res |= execIptables(V4V6, op, LOCAL_OUTPUT, "-o", iface, "-j", "RETURN", NULL);
100 res |= execIptables(target, op, LOCAL_OUTPUT, "-s", addr, "-j", "RETURN", NULL);
127 res |= execIptables(target, op, LOCAL_OUTPUT, "-d", addr, "-p", protocolStr,
146 res |= execIptables(V4V6, op, LOCAL_OUTPUT, "-m", "owner", "--uid-owner", uidStr,
H A DBandwidthController.h96 static const char* LOCAL_OUTPUT; member in class:BandwidthController
H A DBandwidthController.cpp55 const char* BandwidthController::LOCAL_OUTPUT = "bw_OUTPUT"; member in class:BandwidthController

Completed in 133 milliseconds