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

  /src/usr.sbin/mrouted/
route.c 48 static int report_chunk(struct rtentry *start_rt, vifi_t vifi, u_int32_t dst);
967 report_chunk(struct rtentry *start_rt, vifi_t vifi, u_int32_t dst)
984 for (r = start_rt; r != RT_ADDR; r = r->rt_prev) {
1044 static int start_rt; local in function:report_next_chunk
1052 for (sr = rt_end, i = start_rt; --i >= 0; ) {
1080 n, (nroutes - start_rt), nroutes);
1082 start_rt = (start_rt + n) % nroutes;

Completed in 11 milliseconds