Home | History | Annotate | Download | only in netd

Lines Matching refs:runCommands

231     runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
235 runCommands(sizeof(IPT_CLEANUP_COMMANDS) / sizeof(char*),
244 runCommands(sizeof(IPT_SETUP_COMMANDS) / sizeof(char*),
270 res = runCommands(sizeof(IPT_BASIC_ACCOUNTING_COMMANDS) / sizeof(char*),
283 int BandwidthController::runCommands(int numCommands, const char *commands[],
290 ALOGV("runCommands(): %d commands", numCommands);