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

  /src/sbin/routed/
main.c 334 ifinit_timer.tv_usec = next_bcast.tv_usec;
397 timevalsub(&wtime, &ifinit_timer, &now);
548 ifinit_timer.tv_sec = now.tv_sec;
791 ifinit_timer.tv_sec = now.tv_sec;
if.c 78 struct timeval ifinit_timer; variable in typeref:struct:timeval
82 && timercmp(&ifinit_timer, &now, >))
554 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL);
570 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL);
711 ifinit_timer.tv_sec = now.tv_sec + (supplier
1025 LIM_SEC(ifinit_timer,
1222 LIM_SEC(ifinit_timer, now.tv_sec+CHECK_BAD_INTERVAL);
defs.h 483 extern struct timeval ifinit_timer; /* time to check interfaces */
table.c 1224 if (ifinit_timer.tv_sec-now.tv_sec>=CHECK_BAD_INTERVAL
1228 ifinit_timer.tv_sec = now.tv_sec;

Completed in 44 milliseconds