Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/mrouted/
H A Dprune.c499 next_route(struct rtentry **rtpp, u_long src, u_long mask) in next_route() argument
513 (*rtpp) = rbest; in next_route()
514 return (*rtpp)!=0; in next_route()
523 next_route_child(struct rtentry **rtpp, u_long src, u_long mask, vifi_t *vifi) in next_route_child() argument
528 if (!((*rtpp) = snmp_find_route(src,mask))) in next_route_child()
529 if (!next_route(rtpp, src, mask)) in next_route_child()
534 for (; (*rtpp)->rt_children && *vifi<numvifs; (*vifi)++) in next_route_child()
535 if (VIFM_ISSET(*vifi, (*rtpp)->rt_children)) in next_route_child()
538 } while( next_route(rtpp, (*rtpp)->rt_origin, (*rtpp)->rt_originmask) ); in next_route_child()