Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c78 struct timeval no_flash = { /* inhibit flash update */ variable
538 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()
H A Doutput.c921 no_flash = rtime; in rip_bcast()
922 timevaladd(&no_flash, &now); in rip_bcast()
H A Ddefs.h601 extern struct timeval no_flash; /* inhibit flash update until then */
H A Dtable.c2271 no_flash.tv_sec = now.tv_sec + MIN_WAITTIME; in set_need_flash()