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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtimer.c123 if (rt->rt_timer >= EXPIRE_TIME) {
129 EXPIRE_TIME - rt->rt_timer);
H A Ddefs.h83 * EXPIRE_TIME without updates, the entry is marked invalid,
87 #define EXPIRE_TIME 180 /* time to mark entry invalid */ macro
H A Dtables.c321 * is more than one-half of EXPIRE_TIME in age. Note that routes with metric >=
443 if (rt->rt_timer < EXPIRE_TIME)
444 rt->rt_timer = EXPIRE_TIME;
H A Dinput.c460 * one-half of EXPIRE_TIME.
474 (rt->rt_timer > (EXPIRE_TIME / 2) &&
/opensolaris-onvv-gate/usr/src/head/protocols/
H A Drouted.h219 * After EXPIRE_TIME without updates, the entry is marked invalid,
230 #define EXPIRE_TIME 180 /* time to mark entry invalid */ macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm282 $cache->{$key}{EXPIRE_TIME} > time) {
297 $cache->{$key}{EXPIRE_TIME} = time + 10;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c147 now_expire = EPOCH - EXPIRE_TIME;
462 now_expire = now.tv_sec - EXPIRE_TIME;
H A Dtable.c2375 if (new->rts_time >= now.tv_sec - EXPIRE_TIME)
2376 new->rts_time = now.tv_sec - EXPIRE_TIME;
2787 if (now.tv_sec - RT->rt_time > EXPIRE_TIME) {
2828 now.tv_sec - ifp->int_act_time > EXPIRE_TIME) {

Completed in 66 milliseconds