Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Droute.c257 int is_net_or_host = 0, sokfd, arg2_action; in setroute() local
269 if ((is_net_or_host = get_hostname(targetip, in setroute()
273 if (arg2_action) is_net_or_host = arg2_action & 1; in setroute()
274 rt.rt_flags = ((is_net_or_host) ? RTF_UP : (RTF_UP | RTF_HOST)); in setroute()