Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dmain.c67 struct timeval no_flash = { /* inhibit flash update */ variable
444 && 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()
H A Doutput.c816 no_flash = rtime; in rip_bcast()
817 timevaladd(&no_flash, &now); in rip_bcast()
H A Ddefs.h445 extern struct timeval no_flash; /* inhibit flash update until then */
H A Dtable.c1660 no_flash.tv_sec = now.tv_sec + MIN_WAITTIME; in set_need_flash()