HomeSort by: relevance | last modified time | path
    Searched defs:next_route (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/mrouted/
prune.c 499 next_route(struct rtentry **rtpp, u_long src, u_long mask) function in typeref:typename:int
529 if (!next_route(rtpp, src, mask))
538 } while( next_route(rtpp, (*rtpp)->rt_origin, (*rtpp)->rt_originmask) );

Completed in 33 milliseconds