Searched refs:rt_poison_time (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Doutput.c632 if (RT->rt_poison_time < now_expire
647 || RT->rt_poison_time < now_expire) {
648 RT->rt_poison_time = now.tv_sec;
667 || RT->rt_poison_time < now_garbage))
H A Dtrace.c861 if (RT->rt_poison_time >= now_garbage
864 RT->rt_poison_metric, ts(RT->rt_poison_time));
H A Ddefs.h230 time_t rt_poison_time; /* advertised metric */ member in struct:rt_entry

Completed in 138 milliseconds