Home
last modified time | relevance | path

Searched refs:is_net_or_host (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
282 is_net_or_host = get_hostname(targetip, (void *)&rt.rt_dst); in setroute()
284 if (arg2_action) is_net_or_host = arg2_action & 1; in setroute()
285 rt.rt_flags = ((is_net_or_host) ? RTF_UP : (RTF_UP | RTF_HOST)); in setroute()