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

  /src/include/protocols/
routed.h 163 * After EXPIRE_TIME without updates, the entry is marked invalid,
172 #define EXPIRE_TIME 180 /* time to mark entry invalid */
  /src/sbin/routed/
main.c 131 now_expire = EPOCH - EXPIRE_TIME;
383 now_expire = now.tv_sec - EXPIRE_TIME;
table.c 1785 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 15 milliseconds