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

  /system/netd/
oem_iptables_hook.cpp 32 static int runIptablesCmd(const char *cmd) {
49 runIptablesCmd("-F oem_out");
50 runIptablesCmd("-F oem_fwd");
51 runIptablesCmd("-t nat -F oem_nat_pre");
BandwidthController.cpp 155 res |= runIptablesCmd(cmd, rejectHandling, IptIpV4, failureHandling);
156 res |= runIptablesCmd(cmd, rejectHandling, IptIpV6, failureHandling);
167 int BandwidthController::runIptablesCmd(const char *cmd, IptRejectOp rejectHandling,
214 ALOGE("runIptablesCmd(): failed %s res=%d", fullCmd.c_str(), res);
    [all...]

Completed in 6634 milliseconds