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

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Droute.c48 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) argument
984 for (r = start_rt; r != RT_ADDR; r = r->rt_prev) {
1044 static int start_rt; local
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 326 milliseconds