Home
last modified time | relevance | path

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

/system/netd/server/
DIdletimerController.cpp155 const char *cmd1[] = { in setDefaults() local
163 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1); in setDefaults()
204 const char *cmd1[] = { in modifyInterfaceIdletimer() local
222 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1); in modifyInterfaceIdletimer()
DNatController.cpp186 const char *cmd1[] = { in enableNat() local
194 runCmd(ARRAY_SIZE(cmd1), cmd1); in enableNat()
284 const char *cmd1[] = { in setForwardRules() local
302 if (runCmd(ARRAY_SIZE(cmd1), cmd1) && add) { in setForwardRules()
359 cmd1[2] = "-D"; in setForwardRules()
360 runCmd(ARRAY_SIZE(cmd1), cmd1); in setForwardRules()
Doem_iptables_hook.cpp38 const char *cmd1[] = { in oemCleanupHooks() local
44 runIptablesCmd(ARRAY_SIZE(cmd1), cmd1); in oemCleanupHooks()