Lines Matching full:routes
39 * aggregate routes in the kernel tables.
40 * aggregate advertised routes.
41 * maintain spare routes for faster selection of another gateway
43 * timers on routes with second granularity so that selection
45 * tolerance of static routes.
114 /* Metric used for fake default routes. It ought to be 15, but when
115 * processing advertised routes, previous versions of `routed` added
151 /* No more routes than this, to protect ourself in case something goes
152 * whacko and starts broadcasting zillions of bogus routes.
179 time_t rts_time; /* timer to junk stale routes */
199 /* age all routes that
200 * are not from -g, -m, or static routes from the kernel
201 * not unbroken interface routes
328 /* Information for aggregating routes */
343 #define AGS_AGGREGATE 0x002 /* synthesize combined routes */
344 #define AGS_REDUN0 0x004 /* redundant, finer routes output */
431 extern int ridhosts; /* 1=reduce host routes */
444 extern struct timeval age_timer; /* next check of old routes */