Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/
H A Dmain.c66 struct timeval no_flash = { /* inhibit flash update */ variable
439 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) { in main()
441 if (!timercmp(&no_flash, &now, >)) in main()
443 timevalsub(&t2, &no_flash, &now); in main()
H A Doutput.c814 no_flash = rtime; in rip_bcast()
815 timevaladd(&no_flash, &now); in rip_bcast()
H A Ddefs.h448 extern struct timeval no_flash; /* inhibit flash update until then */
H A Dtable.c1612 no_flash.tv_sec = now.tv_sec + MIN_WAITTIME; in set_need_flash()