Home
last modified time | relevance | path

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

/system/netd/
DIdletimerController.cpp139 const char *cmd1[] = { in setDefaults() local
146 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1); in setDefaults()
181 const char *cmd1[] = { in modifyInterfaceIdletimer() local
198 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1); in modifyInterfaceIdletimer()
Doem_iptables_hook.cpp38 const char *cmd1[] = { in oemCleanupHooks() local
43 runIptablesCmd(ARRAY_SIZE(cmd1), cmd1); in oemCleanupHooks()
DNatController.cpp235 const char *cmd1[] = { in enableNat() local
242 runCmd(ARRAY_SIZE(cmd1), cmd1); in enableNat()
339 const char *cmd1[] = { in setForwardRules() local
356 if (runCmd(ARRAY_SIZE(cmd1), cmd1) && add) { in setForwardRules()
411 cmd1[1] = "-D"; in setForwardRules()
412 runCmd(ARRAY_SIZE(cmd1), cmd1); in setForwardRules()