Lines Matching refs:rt
140 traceaction(FILE *fp, char *action, struct rt_entry *rt)
169 if (rt != NULL) {
173 inet_ntop(AF_INET6, (void *)&rt->rt_dst, buf1,
175 rt->rt_prefix_length);
177 inet_ntop(AF_INET6, (void *)&rt->rt_router, buf1,
179 rt->rt_metric);
180 if (rt->rt_ifp != NULL) {
182 (rt->rt_ifp->int_name != NULL) ?
183 rt->rt_ifp->int_name : "(noname)");
188 if ((rt->rt_state & p->t_bits) == 0)
198 if (rt->rt_flags & (RTF_UP | RTF_GATEWAY)) {
202 if ((rt->rt_flags & p->t_bits) == 0)
213 if (!tracepackets && rt != NULL && rt->rt_ifp != NULL)
214 dumpif(fp, rt->rt_ifp);