Searched refs:no_flash (Results 1 – 4 of 4) sorted by relevance
67 struct timeval no_flash = { /* inhibit flash update */ variable444 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) { in main()446 if (!timercmp(&no_flash, &now, >)) in main()448 timevalsub(&t2, &no_flash, &now); in main()
816 no_flash = rtime; in rip_bcast()817 timevaladd(&no_flash, &now); in rip_bcast()
445 extern struct timeval no_flash; /* inhibit flash update until then */
1660 no_flash.tv_sec = now.tv_sec + MIN_WAITTIME; in set_need_flash()