Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Droute.c261 int is_net_or_host = 0, sokfd, arg2_action; in setroute() local
266 arg2_action = get_action(&argv, arglist2); //verify the arg for -net or -host in setroute()
284 if (arg2_action) is_net_or_host = arg2_action & 1; in setroute()