Lines Matching refs:rt
136 struct rt_entry *rt; in supply() local
157 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh; in supply()
158 rt = rt->rt_forw) { in supply()
160 if (IN6_IS_ADDR_LINKLOCAL(&rt->rt_dst)) in supply()
162 if (IN6_IS_ADDR_UNSPECIFIED(&rt->rt_dst)) in supply()
166 if (rt->rt_state & RTS_PRIVATE) in supply()
173 if (splith && rt->rt_ifp != NULL && in supply()
175 rt->rt_ifp->int_ifbase) == 0) { in supply()
181 rtmetric = rt->rt_metric; in supply()
189 (rt->rt_state & rtstate) == 0) in supply()
203 n->rip6_prefix = rt->rt_dst; in supply()
204 n->rip6_route_tag = rt->rt_tag; in supply()
205 n->rip6_prefix_length = rt->rt_prefix_length; in supply()