Searched refs:next_route (Results 1 - 2 of 2) 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) function
529 if (!next_route(rtpp, src, mask))
538 } while( next_route(rtpp, (*rtpp)->rt_origin, (*rtpp)->rt_originmask) );
H A Dsnmp.c932 if (!next_route(&rt,src,mask)) /* Get first entry */
941 if (!next_route(&rt, src,mask))

Completed in 66 milliseconds