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

  /system/netd/server/
BandwidthController.cpp 321 const char *chainName = "bw_data_saver";
324 FirewallController::makeCriticalCommands(target, chainName) : "";
330 "COMMIT\n", chainName, criticalCommands.c_str(), chainName, op);
786 std::string chainName = "bw_costly_" + costName;
792 StringPrintf(ALERT_IPT_TEMPLATE, "-A", chainName.c_str(), bytes, alertName.c_str()),
818 std::string chainName = "bw_costly_" + costName;
821 StringPrintf(ALERT_IPT_TEMPLATE, "-D", chainName.c_str(), *alertBytes, alertName.c_str()),
850 std::string chainName;
855 chainName = rule.substr(NEW_CHAIN_COMMAND.size())
    [all...]
  /libcore/ojluni/src/main/native/
zip_util.c 730 const char* chainName = cenStart + CENHDR;
731 if (strncmp(entryName, chainName, nlen) == 0) {
    [all...]
  /system/netd/tests/
binder_test.cpp 178 static std::vector<std::string> listIptablesRule(const char *binary, const char *chainName) {
179 std::string command = StringPrintf("%s -w -n -L %s", binary, chainName);
183 static int iptablesRuleLineLength(const char *binary, const char *chainName) {
184 return listIptablesRule(binary, chainName).size();
188 const char *chainName,
190 std::vector<std::string> rules = listIptablesRule(binary, chainName);
199 static bool iptablesNoSocketAllowRuleExists(const char *chainName){
200 return iptablesRuleExists(IPTABLES_PATH, chainName, NO_SOCKET_ALLOW_RULE) &&
201 iptablesRuleExists(IP6TABLES_PATH, chainName, NO_SOCKET_ALLOW_RULE);
204 static bool iptablesEspAllowRuleExists(const char *chainName){
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java     [all...]

Completed in 90 milliseconds