Home
last modified time | relevance | path

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

/system/netd/server/
Doem_iptables_hook.cpp30 static int runIptablesCmd(int argc, const char **argv) { in runIptablesCmd() function
44 runIptablesCmd(ARRAY_SIZE(cmd1), cmd1); in oemCleanupHooks()
52 runIptablesCmd(ARRAY_SIZE(cmd2), cmd2); in oemCleanupHooks()
62 runIptablesCmd(ARRAY_SIZE(cmd3), cmd3); in oemCleanupHooks()
DBandwidthController.h158 static int runIptablesCmd(const char *cmd, IptJumpOp jumpHandling, IptIpVer iptIpVer,
DBandwidthController.cpp208 res |= runIptablesCmd(cmd, jumpHandling, IptIpV4, failureHandling); in runIpxtablesCmd()
209 res |= runIptablesCmd(cmd, jumpHandling, IptIpV6, failureHandling); in runIpxtablesCmd()
220 int BandwidthController::runIptablesCmd(const char *cmd, IptJumpOp jumpHandling, in runIptablesCmd() function in BandwidthController