Home
last modified time | relevance | path

Searched refs:rt_parent (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.sbin/mrouted/
H A Droute.c153 if (vifi == r->rt_parent) { in delete_vif_from_routes()
412 r->rt_parent = vifi; in update_route()
469 if (r->rt_parent != vifi || adj_metric < r->rt_metric) { in update_route()
473 r->rt_parent = vifi; in update_route()
484 else if (vifi != r->rt_parent) { in update_route()
899 *p++ = (r->rt_parent == vifi && r->rt_metric != UNREACHABLE) ? in report()
988 if ((vifs_with_neighbors == 1) && (r->rt_parent == vifi) in report_chunk()
1019 *p++ = (r->rt_parent == vifi && r->rt_metric != UNREACHABLE) ? in report_chunk()
1111 fprintf(fp, " %3u %3u ", r->rt_timer, r->rt_parent); in dump_routes()
H A Dprune.c243 if (!pruning_neighbor(gt->gt_route->rt_parent, gt->gt_route->rt_gateway)) in send_prune()
249 src = uvifs[gt->gt_route->rt_parent].uv_lcl_addr; in send_prune()
283 gt->gt_prsent_timer, gt->gt_route->rt_parent, in send_prune()
307 src = uvifs[gt->gt_route->rt_parent].uv_lcl_addr; in send_graft()
327 gt->gt_route->rt_parent); in send_graft()
655 if (VIFM_ISSET(r->rt_parent, gt->gt_scope)) in add_table_entry()
734 gt->gt_grpmems, r ? r->rt_parent : -1); in add_table_entry()
764 if (vifi == r->rt_parent) { in reset_neighbor_state()
980 if (VIFM_ISSET(r->rt_parent, g->gt_scope)) in update_table_entry()
1913 fprintf(fp2, "%2u%c%c ", r->rt_parent, in dump_cache()
[all …]
H A Drsrr.c298 route_reply->in_vif = gt_notify->gt_route->rt_parent;
308 route_reply->in_vif = gt->gt_route->rt_parent;
352 route_reply->in_vif = gt->gt_route->rt_parent;
H A Droute.h35 vifi_t rt_parent; /* incoming vif (ie towards origin) */ member
H A Dkern.c163 mc.mfcc_parent = g->gt_route ? g->gt_route->rt_parent : NO_VIF; in k_add_rg()
H A Dsnmp.c961 long_return = rt->rt_parent;
1141 long_return = gt->gt_route->rt_parent;
/netbsd-src/sys/net/
H A Droute.h123 struct rtentry *rt_parent; /* parent of cloned route */ member