Searched refs:EXPIRE_TIME (Results 1 - 8 of 8) sorted by path

/freebsd-10.0-release/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-10.0-release/sbin/routed/
H A Dmain.c132 now_expire = EPOCH - EXPIRE_TIME;
395 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) {
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dinput.c273 (rt->rt_timer > (EXPIRE_TIME*2/3) &&
279 rt->rt_timer = EXPIRE_TIME;
H A Dprotocol.h82 * EXPIRE_TIME without updates, the entry is marked invalid,
91 #define EXPIRE_TIME 180 /* time to mark entry invalid */ macro
H A Dsap_input.c141 * update our table and set the timer to EXPIRE_TIME
195 (sap->timer > (EXPIRE_TIME*2/3) &&
H A Dsap_tables.c250 sap->timer = EXPIRE_TIME;
H A Dtimer.c89 if (trt->rt_timer >= EXPIRE_TIME) {
113 if (rt->rt_timer >= EXPIRE_TIME) {
160 if (tsap->timer >= EXPIRE_TIME) {
172 if (sap->timer >= EXPIRE_TIME) {

Completed in 146 milliseconds