Searched defs:cmd2 (Results 1 - 3 of 3) sorted by relevance

/system/netd/
H A Doem_iptables_hook.cpp45 const char *cmd2[] = { local
50 runIptablesCmd(ARRAY_SIZE(cmd2), cmd2); local
H A DIdletimerController.cpp151 const char *cmd2[] = { local
158 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
203 const char *cmd2[] = { local
220 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
H A DNatController.cpp243 const char *cmd2[] = { local
250 runCmd(ARRAY_SIZE(cmd2), cmd2); local
360 const char *cmd2[] = { local
388 if (runCmd(ARRAY_SIZE(cmd2), cmd2) && add) {
408 cmd2[1] = "-D";
409 runCmd(ARRAY_SIZE(cmd2), cmd2); local

Completed in 1336 milliseconds