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

/freebsd-11-stable/include/protocols/
H A Drouted.h157 * After EXPIRE_TIME without updates, the entry is marked invalid,
166 #define EXPIRE_TIME 180 /* time to mark entry invalid */ macro
/freebsd-11-stable/sbin/routed/
H A Dmain.c133 now_expire = EPOCH - EXPIRE_TIME;
394 now_expire = now.tv_sec - EXPIRE_TIME;
H A Dtable.c1766 if (new->rts_time >= now.tv_sec - EXPIRE_TIME)
1767 new->rts_time = now.tv_sec - EXPIRE_TIME;
2081 if (now.tv_sec - RT->rt_time > EXPIRE_TIME) {
2121 && now.tv_sec - ifp->int_act_time > EXPIRE_TIME) {

Completed in 55 milliseconds