Searched refs:runIptablesCmd (Results 1 – 3 of 3) sorted by relevance
/system/netd/server/ |
D | oem_iptables_hook.cpp | 30 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()
|
D | BandwidthController.h | 158 static int runIptablesCmd(const char *cmd, IptJumpOp jumpHandling, IptIpVer iptIpVer,
|
D | BandwidthController.cpp | 208 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
|