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

  /src/usr.sbin/route6d/
route6d.c 985 time_t t_half_lifetime; local in function:riprecv
1066 t_half_lifetime = t - (RIP_LIFETIME/2);
1188 } else if (rrt->rrt_t < t_half_lifetime) {
route6d.c 985 time_t t_half_lifetime; local in function:riprecv
1066 t_half_lifetime = t - (RIP_LIFETIME/2);
1188 } else if (rrt->rrt_t < t_half_lifetime) {
route6d.c 985 time_t t_half_lifetime; local in function:riprecv
1066 t_half_lifetime = t - (RIP_LIFETIME/2);
1188 } else if (rrt->rrt_t < t_half_lifetime) {

Completed in 35 milliseconds