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

/netbsd-current/include/protocols/
H A Drouted.h163 * After EXPIRE_TIME without updates, the entry is marked invalid,
172 #define EXPIRE_TIME 180 /* time to mark entry invalid */ macro
/netbsd-current/sbin/routed/
H A Dmain.c131 now_expire = EPOCH - EXPIRE_TIME;
383 now_expire = now.tv_sec - EXPIRE_TIME;
H A Dtable.c1785 if (new->rts_time >= now.tv_sec - EXPIRE_TIME)
1786 new->rts_time = now.tv_sec - EXPIRE_TIME;
2100 if (now.tv_sec - RT->rt_time > EXPIRE_TIME) {
2140 && now.tv_sec - ifp->int_act_time > EXPIRE_TIME) {

Completed in 98 milliseconds