Lines Matching refs:runCommands
211 runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
214 runCommands(sizeof(IPT_CLEANUP_COMMANDS) / sizeof(char*),
217 runCommands(sizeof(IPT_SETUP_COMMANDS) / sizeof(char*),
241 res = runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
244 res |= runCommands(sizeof(IPT_BASIC_ACCOUNTING_COMMANDS) / sizeof(char*),
252 runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
257 int BandwidthController::runCommands(int numCommands, const char *commands[],
264 ALOGV("runCommands(): %d commands", numCommands);