Home
last modified time | relevance | path

Searched refs:get_action (Results 1 – 1 of 1) sorted by relevance

/third_party/toybox/toys/pending/
Droute.c175 static int get_action(char ***argv, struct _arglist *list) in get_action() function
264 int action = get_action(&argv, arglist1); //verify the arg for add/del. in setroute()
268 arg2_action = get_action(&argv, arglist2); //verify the arg for -net or -host in setroute()
355 int sockfd, action = get_action(&argv, arglist1); in setroute_inet6()