Home
last modified time | relevance | path

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

/netbsd-src/sbin/routed/
H A Dmain.c83 struct timeval no_flash = { /* inhibit flash update */ variable
458 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) { in main()
460 if (!timercmp(&no_flash, &now, >)) in main()
462 timevalsub(&t2, &no_flash, &now); in main()
H A Doutput.c845 no_flash = rtime; in rip_bcast()
846 timevaladd(&no_flash, &now); in rip_bcast()
H A Ddefs.h479 extern struct timeval no_flash; /* inhibit flash update until then */
H A Dtable.c1680 no_flash.tv_sec = now.tv_sec + MIN_WAITTIME; in set_need_flash()