HomeSort by: relevance | last modified time | path
    Searched refs:next_route (Results 1 - 2 of 2) 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) );
snmp.c 932 if (!next_route(&rt,src,mask)) /* Get first entry */
941 if (!next_route(&rt, src,mask))

Completed in 35 milliseconds