Home
last modified time | relevance | path

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

/system/netd/server/
DBandwidthController.cpp157 int BandwidthController::runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling, in runIpxtablesCmd() function in BandwidthController
296 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging); in runCommands()
342 runIpxtablesCmd(cmd, IptJumpNoAdd); in enableHappyBox()
347 res |= runIpxtablesCmd(cmd, IptJumpNoAdd); in enableHappyBox()
350 runIpxtablesCmd(cmd, IptJumpNoAdd); in enableHappyBox()
352 res |= runIpxtablesCmd(cmd, IptJumpNoAdd); in enableHappyBox()
356 runIpxtablesCmd(cmd, IptJumpNoAdd); in enableHappyBox()
358 res |= runIpxtablesCmd(cmd, IptJumpNoAdd); in enableHappyBox()
368 runIpxtablesCmd(cmd, IptJumpNoAdd); in disableHappyBox()
371 runIpxtablesCmd(cmd, IptJumpNoAdd); in disableHappyBox()
[all …]
DIdletimerController.cpp125 int IdletimerController::runIpxtablesCmd(int argc, const char **argv) { in runIpxtablesCmd() function in IdletimerController
163 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1); in setDefaults()
176 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2); in setDefaults()
222 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1); in modifyInterfaceIdletimer()
245 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2); in modifyInterfaceIdletimer()
DIdletimerController.h39 int runIpxtablesCmd(int argc, const char **cmd);
DBandwidthController.h142 static int runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling,