Lines Matching defs:commands
272 std::string commands = android::base::Join(IPT_FLUSH_COMMANDS, '\n');
273 iptablesRestoreFunction(V4V6, commands);
299 std::string commands = android::base::Join(IPT_BASIC_ACCOUNTING_COMMANDS, '\n');
300 return iptablesRestoreFunction(V4V6, commands);
314 int BandwidthController::runCommands(int numCommands, const char *commands[],
321 ALOGV("runCommands(): %d commands", numCommands);
323 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging);