Home
last modified time | relevance | path

Searched refs:fullCmd (Results 1 – 1 of 1) sorted by relevance

/system/netd/
DBandwidthController.cpp166 std::string fullCmd = cmd; in runIptablesCmd() local
169 fullCmd += " --jump REJECT --reject-with"; in runIptablesCmd()
172 fullCmd += " icmp-net-prohibited"; in runIptablesCmd()
175 fullCmd += " icmp6-adm-prohibited"; in runIptablesCmd()
180 fullCmd.insert(0, " "); in runIptablesCmd()
181 fullCmd.insert(0, iptVer == IptIpV4 ? IPTABLES_PATH : IP6TABLES_PATH); in runIptablesCmd()
183 if (StrncpyAndCheck(buffer, fullCmd.c_str(), sizeof(buffer))) { in runIptablesCmd()
203 fullCmd.c_str()); in runIptablesCmd()
1040 std::string fullCmd; in getTetherStats() local
1056 fullCmd = IPTABLES_PATH; in getTetherStats()
[all …]