Searched refs:temp_rt (Results 1 – 1 of 1) sorted by relevance
895 struct rtentry *temp_rt = NULL; in selectroute() local898 temp_rt = rt_lookup(TRUE, (struct sockaddr *)dstsock, in selectroute()912 if (temp_rt != NULL) { in selectroute()913 if ((temp_rt->rt_flags & RTF_GATEWAY) == 0) { in selectroute()917 rtfree(temp_rt); in selectroute()