Searched refs:temp_rt (Results 1 – 1 of 1) sorted by relevance
988 struct rtentry *__single temp_rt = NULL; in selectroute() local991 temp_rt = rt_lookup(TRUE, SA(dstsock), in selectroute()1005 if (temp_rt != NULL) { in selectroute()1006 if ((temp_rt->rt_flags & RTF_GATEWAY) == 0) { in selectroute()1010 rtfree(temp_rt); in selectroute()