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

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

Completed in 55 milliseconds