Searched refs:runIptablesCmd (Results 1 - 3 of 3) sorted by relevance

/system/netd/server/
H A Doem_iptables_hook.cpp30 static int runIptablesCmd(int argc, const char **argv) { function
43 runIptablesCmd(ARRAY_SIZE(cmd1), cmd1);
50 runIptablesCmd(ARRAY_SIZE(cmd2), cmd2);
59 runIptablesCmd(ARRAY_SIZE(cmd3), cmd3);
H A DBandwidthController.h144 static int runIptablesCmd(const char *cmd, IptJumpOp jumpHandling, IptIpVer iptIpVer,
H A DBandwidthController.cpp162 res |= runIptablesCmd(cmd, jumpHandling, IptIpV4, failureHandling);
163 res |= runIptablesCmd(cmd, jumpHandling, IptIpV6, failureHandling);
174 int BandwidthController::runIptablesCmd(const char *cmd, IptJumpOp jumpHandling, function in class:BandwidthController
224 ALOGE("runIptablesCmd(): res=%d status=%d failed %s", res, status,

Completed in 343 milliseconds