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

/freebsd-9.3-release/sbin/routed/
H A Dif.c76 struct timeval ifinit_timer; variable in typeref:struct:timeval
80 && timercmp(&ifinit_timer, &now, >))
536 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL);
552 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL);
675 ifinit_timer.tv_sec = now.tv_sec + (supplier
999 LIM_SEC(ifinit_timer,
1193 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL);
H A Dmain.c346 ifinit_timer.tv_usec = next_bcast.tv_usec;
409 timevalsub(&wtime, &ifinit_timer, &now);
555 ifinit_timer.tv_sec = now.tv_sec;
788 ifinit_timer.tv_sec = now.tv_sec;
H A Ddefs.h478 extern struct timeval ifinit_timer; /* time to check interfaces */
H A Dtable.c1219 if (ifinit_timer.tv_sec-now.tv_sec>=CHECK_BAD_INTERVAL
1223 ifinit_timer.tv_sec = now.tv_sec;

Completed in 154 milliseconds