HomeSort by relevance Sort by last modified time
    Searched refs:runIpxtablesCmd (Results 1 - 4 of 4) sorted by null

  /system/netd/
IdletimerController.cpp 125 int IdletimerController::runIpxtablesCmd(int argc, const char **argv) {
146 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
158 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
198 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
220 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
IdletimerController.h 39 int runIpxtablesCmd(int argc, const char **cmd);
BandwidthController.cpp 153 int BandwidthController::runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling,
157 ALOGV("runIpxtablesCmd(cmd=%s)", cmd);
292 res = runIpxtablesCmd(commands[cmdNum], IptJumpNoAdd, failureLogging);
338 runIpxtablesCmd(cmd, IptJumpNoAdd);
343 res |= runIpxtablesCmd(cmd, IptJumpNoAdd);
346 runIpxtablesCmd(cmd, IptJumpNoAdd);
348 res |= runIpxtablesCmd(cmd, IptJumpNoAdd);
352 runIpxtablesCmd(cmd, IptJumpNoAdd);
354 res |= runIpxtablesCmd(cmd, IptJumpNoAdd);
364 runIpxtablesCmd(cmd, IptJumpNoAdd)
    [all...]
BandwidthController.h 141 static int runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling,

Completed in 34 milliseconds