HomeSort by: relevance | last modified time | path
    Searched refs:ROUTE_REPORT_INTERVAL (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mrouted/
dvmrp.h 146 #define ROUTE_REPORT_INTERVAL 60 /* periodic route report interval */
main.c 361 * rate that will cause the entire table to be sent in ROUTE_REPORT_INTERVAL
377 if (t >= ROUTE_REPORT_INTERVAL) {
387 unsigned int ncum = nroutes * t / ROUTE_REPORT_INTERVAL;

Completed in 14 milliseconds