Lines Matching defs:action
63 int action;
171 * and if match found return the appropriate action.
181 return alist->action;
262 int action = get_action(&argv, arglist1); //verify the arg for add/del.
264 if (!action || !*argv) help_exit("setroute");
290 if ((action == 1) && (rt.rt_flags & RTF_HOST))
294 if (action == 1) xioctl(sokfd, SIOCADDRT, &rt);
353 int sockfd, action = get_action(&argv, arglist1);
355 if (!action || !*argv) help_exit(0);
381 if (action == 1) xioctl(sockfd, SIOCADDRT, &rt);