Searched refs:rt_expire (Results 1 – 6 of 6) sorted by relevance
168 if (rt->rt_expire && !(rt->rt_flags & RTF_PROBEMTU)) { in in6_mtuexpire()169 if (rt->rt_expire <= time_uptime) { in in6_mtuexpire()172 ap->nextstop = lmin(ap->nextstop, rt->rt_expire); in in6_mtuexpire()
386 (ro.ro_rt->rt_expire == 0 || time_uptime < ro.ro_rt->rt_expire)) { in ip_tryforward()
142 u_long rt_expire; /* lifetime for route, e.g. redirect */ member
930 out->rmx_expire = rt->rt_expire ? in rt_getmetrics()931 rt->rt_expire - time_uptime + time_second : 0; in rt_getmetrics()
1937 rt->rt_expire = info->rti_rmx->rmx_expire ? in rt_setmetrics()
346 printf(" %d", (int) rt->rt_expire); in bootpboot_p_rtentry()