Searched refs:runIpxtablesCmd (Results 1 - 4 of 4) sorted by relevance

/system/netd/server/
H A DIdletimerController.h39 int runIpxtablesCmd(int argc, const char **cmd);
H A DIdletimerController.cpp125 int IdletimerController::runIpxtablesCmd(int argc, const char **argv) { function in class:IdletimerController
156 NULL, // To be filled inside runIpxtablesCmd
163 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
169 NULL, // To be filled inside runIpxtablesCmd
176 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
205 NULL, // To be filled inside runIpxtablesCmd
222 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
228 NULL, // To be filled inside runIpxtablesCmd
245 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
H A DBandwidthController.cpp157 int BandwidthController::runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling, function in class:BandwidthController
161 ALOGV("runIpxtablesCmd(cmd=%s)", cmd);
296 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging);
342 runIpxtablesCmd(cmd, IptJumpNoAdd);
347 res |= runIpxtablesCmd(cmd, IptJumpNoAdd);
350 runIpxtablesCmd(cmd, IptJumpNoAdd);
352 res |= runIpxtablesCmd(cmd, IptJumpNoAdd);
356 runIpxtablesCmd(cmd, IptJumpNoAdd);
358 res |= runIpxtablesCmd(cmd, IptJumpNoAdd);
368 runIpxtablesCmd(cm
[all...]
H A DBandwidthController.h142 static int runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling,

Completed in 184 milliseconds