Searched refs:temp_rt (Results 1 – 1 of 1) sorted by relevance
980 struct rtentry *temp_rt = NULL; in selectroute() local983 temp_rt = rt_lookup(TRUE, SA(dstsock), in selectroute()997 if (temp_rt != NULL) { in selectroute()998 if ((temp_rt->rt_flags & RTF_GATEWAY) == 0) { in selectroute()1002 rtfree(temp_rt); in selectroute()