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

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

Completed in 499 milliseconds