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.cpp195 int BandwidthController::runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling, function in class:BandwidthController
199 ALOGV("runIpxtablesCmd(cmd=%s)", cmd);
310 return runIpxtablesCmd(DATA_SAVER_ENABLE_COMMAND.c_str(),
323 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging);
420 if (runIpxtablesCmd(iptCmd.c_str(), jumpHandling)) {
430 runIpxtablesCmd(iptCmd.c_str(), jumpHandling);
485 res1 = runIpxtablesCmd(cmd, IptJumpNoAdd, IptFailHide);
487 res2 = runIpxtablesCmd(cmd, IptJumpNoAdd, IptFailHide);
491 res |= runIpxtablesCmd(cmd, IptJumpNoAdd);
507 runIpxtablesCmd(cm
[all...]
H A DBandwidthController.h156 static int runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling,

Completed in 21 milliseconds