HomeSort by relevance Sort by last modified time
    Searched full:fullcmd (Results 1 - 1 of 1) sorted by null

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

Completed in 44 milliseconds