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

  /system/netd/server/
IdletimerController.h 39 int runIpxtablesCmd(int argc, const char **cmd);
IdletimerController.cpp 125 int IdletimerController::runIpxtablesCmd(int argc, const char **argv) {
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);
BandwidthController.cpp 157 int BandwidthController::runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling,
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(cmd, IptJumpNoAdd)
    [all...]
BandwidthController.h 142 static int runIpxtablesCmd(const char *cmd, IptJumpOp jumpHandling,

Completed in 351 milliseconds