Home | History | Annotate | Download | only in route6d

Lines Matching defs:age

171 static int	aflag = 0;	/* age out even the statically defined routes */
498 * 1. age out the learned route. remove it if necessary.
501 * to invoke this function in every 1 or 5 or 10 seconds only to age the
512 /* age the RIP routes */
1202 * do not update age value. Do nothing.
1744 /* age route for interface address */
1765 trace(1, "\troute found, age it\n");
1825 /* age route for interface address */
1838 trace(1, "\troute found, age it\n");
1852 /* age route for p2p destination */
1864 trace(1, "\troute found, age it\n");
1935 rrt->rrt_t = 0; /* don't age */
2093 rrt->rrt_t = 0; /* don't age */
2469 rrt->rrt_t = 0; /* Don't age static routes */
2471 rrt->rrt_t = 0; /* Don't age non-gateway host routes */
2802 time_t t, age;
2814 age = 0;
2816 age = t - rrt->rrt_t;
2819 fprintf(dump, " %s/%d if(%d:%s) gw(%s) [%d] age(%ld)",
2823 rrt->rrt_info.rip6_metric, (long)age);