Searched refs:rt_parent (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Droute.h35 vifi_t rt_parent; /* incoming vif (ie towards origin) */ member in struct:rtentry
H A Droute.c153 if (vifi == r->rt_parent) {
412 r->rt_parent = vifi;
469 if (r->rt_parent != vifi || adj_metric < r->rt_metric) {
473 r->rt_parent = vifi;
484 else if (vifi != r->rt_parent) {
899 *p++ = (r->rt_parent == vifi && r->rt_metric != UNREACHABLE) ?
988 if ((vifs_with_neighbors == 1) && (r->rt_parent == vifi)
1019 *p++ = (r->rt_parent == vifi && r->rt_metric != UNREACHABLE) ?
1111 fprintf(fp, " %3u %3u ", r->rt_timer, r->rt_parent);
H A Dprune.c243 if (!pruning_neighbor(gt->gt_route->rt_parent, gt->gt_route->rt_gateway))
249 src = uvifs[gt->gt_route->rt_parent].uv_lcl_addr;
283 gt->gt_prsent_timer, gt->gt_route->rt_parent,
307 src = uvifs[gt->gt_route->rt_parent].uv_lcl_addr;
327 gt->gt_route->rt_parent);
655 if (VIFM_ISSET(r->rt_parent, gt->gt_scope))
734 gt->gt_grpmems, r ? r->rt_parent : -1);
764 if (vifi == r->rt_parent) {
980 if (VIFM_ISSET(r->rt_parent, g->gt_scope))
1913 fprintf(fp2, "%2u%c%c ", r->rt_parent,
[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 Dkern.c163 mc.mfcc_parent = g->gt_route ? g->gt_route->rt_parent : NO_VIF;
H A Dsnmp.c961 long_return = rt->rt_parent;
1141 long_return = gt->gt_route->rt_parent;
/netbsd-6-1-5-RELEASE/sys/net/
H A Droute.c558 if ((rt->rt_flags & RTF_CLONED) != 0 && rt->rt_parent == parent)
721 if (rt->rt_parent) {
722 rt->rt_parent->rt_refcnt--;
723 rt->rt_parent = NULL;
798 rt->rt_parent = *ret_nrt;
799 rt->rt_parent->rt_refcnt++;
816 if ((rt->rt_flags & RTF_CLONED) != 0 && rt->rt_parent)
817 rtfree(rt->rt_parent);
H A Droute.h115 struct rtentry *rt_parent; /* parent of cloned route */ member in struct:rtentry

Completed in 118 milliseconds