HomeSort by relevance Sort by last modified time
    Searched defs:LOCAL_OUTPUT (Results 1 - 4 of 4) sorted by null

  /system/netd/server/
FirewallController.h 51 static const char* LOCAL_OUTPUT;
FirewallController.cpp 31 const char* FirewallController::LOCAL_OUTPUT = "fw_OUTPUT";
49 res |= execIptables(V4V6, "-A", LOCAL_OUTPUT, "-j", "REJECT", NULL);
60 res |= execIptables(V4V6, "-F", LOCAL_OUTPUT, NULL);
86 res |= execIptables(V4V6, op, LOCAL_OUTPUT, "-o", iface, "-j", "RETURN", NULL);
105 res |= execIptables(target, op, LOCAL_OUTPUT, "-s", addr, "-j", "RETURN", NULL);
132 res |= execIptables(target, op, LOCAL_OUTPUT, "-d", addr, "-p", protocolStr,
151 res |= execIptables(V4V6, op, LOCAL_OUTPUT, "-m", "owner", "--uid-owner", uidStr,
BandwidthController.h 97 static const char* LOCAL_OUTPUT;
BandwidthController.cpp 59 const char* BandwidthController::LOCAL_OUTPUT = "bw_OUTPUT";
    [all...]

Completed in 370 milliseconds