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

/system/netd/server/
H A Doem_iptables_hook.cpp38 const char *cmd1[] = { local
43 runIptablesCmd(ARRAY_SIZE(cmd1), cmd1); local
H A DIdletimerController.cpp155 const char *cmd1[] = { local
162 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
202 const char *cmd1[] = { local
219 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
H A DNatController.cpp185 const char *cmd1[] = { local
192 runCmd(ARRAY_SIZE(cmd1), cmd1); local
288 const char *cmd1[] = { local
305 if (runCmd(ARRAY_SIZE(cmd1), cmd1) && add) {
360 cmd1[1] = "-D";
361 runCmd(ARRAY_SIZE(cmd1), cmd1); local

Completed in 62 milliseconds