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

/freebsd-10.0-release/sbin/routed/
H A Dmain.c82 struct timeval no_flash = { /* inhibit flash update */ variable in typeref:struct:timeval
470 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) {
472 if (!timercmp(&no_flash, &now, >))
474 timevalsub(&t2, &no_flash, &now);
H A Doutput.c828 no_flash = rtime;
829 timevaladd(&no_flash, &now);
H A Ddefs.h474 extern struct timeval no_flash; /* inhibit flash update until then */
H A Dtable.c1661 no_flash.tv_sec = now.tv_sec + MIN_WAITTIME;

Completed in 74 milliseconds