Searched defs:no_flash (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c78 struct timeval no_flash = { /* inhibit flash update */ variable in typeref:struct:timeval
538 no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) {
540 if (!timercmp(&no_flash, &now, > /* */))
542 timevalsub(&result, &no_flash, &now);

Completed in 59 milliseconds