Searched defs:runIpxtablesCmd (Results 1 - 2 of 2) sorted by relevance

/system/netd/server/
H A DIdletimerController.cpp125 int IdletimerController::runIpxtablesCmd(int argc, const char **argv) { function in class:IdletimerController
156 NULL, // To be filled inside runIpxtablesCmd
162 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
168 NULL, // To be filled inside runIpxtablesCmd
174 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
203 NULL, // To be filled inside runIpxtablesCmd
219 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
225 NULL, // To be filled inside runIpxtablesCmd
241 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...]

Completed in 208 milliseconds