Home | History | Annotate | Download | only in netd

Lines Matching refs:res

126     int res;
128 res = android_fork_execvp(argc, (char **)argv, NULL, false, false);
129 ALOGV("runCmd() res=%d", res);
130 return res;
138 int res;
146 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
148 if (res)
149 return res;
158 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
160 return res;
164 int res = setDefaults();
165 return res;
169 int res = setDefaults();
170 return res;
176 int res;
198 res = runIpxtablesCmd(ARRAY_SIZE(cmd1), cmd1);
200 if (res)
201 return res;
220 res = runIpxtablesCmd(ARRAY_SIZE(cmd2), cmd2);
222 return res;