HomeSort by: relevance | last modified time | path
    Searched defs:no_flash (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
main.c 83 struct timeval no_flash = { /* inhibit flash update */ variable in typeref:struct:timeval
458 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) {
460 if (!timercmp(&no_flash, &now, >))
462 timevalsub(&t2, &no_flash, &now);
main.c 83 struct timeval no_flash = { /* inhibit flash update */ variable in typeref:struct:timeval
458 && no_flash.tv_sec+MIN_WAITTIME < next_bcast.tv_sec) {
460 if (!timercmp(&no_flash, &now, >))
462 timevalsub(&t2, &no_flash, &now);

Completed in 69 milliseconds