Searched refs:rt_timer (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dinput.c203 rt->rt_timer = 0;
212 rt->rt_timer = 0;
255 trt->rt_timer = 0;
273 (rt->rt_timer > (EXPIRE_TIME*2/3) &&
279 rt->rt_timer = EXPIRE_TIME;
281 rt->rt_timer = 0;
287 rt->rt_timer = 0;
H A Dtimer.c88 trt->rt_timer += TIMER_RATE;
89 if (trt->rt_timer >= EXPIRE_TIME) {
112 rt->rt_timer += TIMER_RATE;
113 if (rt->rt_timer >= EXPIRE_TIME) {
117 if (rt->rt_timer >= GARBAGE_TIME) {
H A Dtable.h88 #define rt_timer rt_rtu.rtu_entry.rtu_timer /* for invalidation */ macro
H A Dtables.c144 rt->rt_timer = 0;
193 rt->rt_timer = 0;

Completed in 66 milliseconds