Searched refs:no_flash (Results 1 – 4 of 4) sorted by relevance
78 struct timeval no_flash = { /* inhibit flash update */ variable538 no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) { in main()540 if (!timercmp(&no_flash, &now, > /* */)) in main()542 timevalsub(&result, &no_flash, &now); in main()
921 no_flash = rtime; in rip_bcast()922 timevaladd(&no_flash, &now); in rip_bcast()
601 extern struct timeval no_flash; /* inhibit flash update until then */
2271 no_flash.tv_sec = now.tv_sec + MIN_WAITTIME; in set_need_flash()