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

  /system/netd/server/
IdletimerController.cpp 125 int IdletimerController::runIpxtablesCmd(int argc, const char **argv) {
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);
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...]

Completed in 51 milliseconds