Searched refs:is_net_or_host (Results 1 – 1 of 1) sorted by relevance
261 int is_net_or_host = 0, sokfd, arg2_action; in setroute() local282 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()