Searched refs:fullCmd (Results 1 – 1 of 1) sorted by relevance
222 std::string fullCmd = cmd; in runIptablesCmd() local231 fullCmd += " --jump REJECT"; in runIptablesCmd()234 fullCmd += " --jump RETURN"; in runIptablesCmd()240 fullCmd.insert(0, " -w "); in runIptablesCmd()241 fullCmd.insert(0, iptVer == IptIpV4 ? IPTABLES_PATH : IP6TABLES_PATH); in runIptablesCmd()243 if (StrncpyAndCheck(buffer, fullCmd.c_str(), sizeof(buffer))) { in runIptablesCmd()263 fullCmd.c_str()); in runIptablesCmd()1206 std::string fullCmd; in getTetherStats() local1216 fullCmd = IPTABLES_PATH; in getTetherStats()1217 fullCmd += " -nvx -w -L "; in getTetherStats()[all …]