Lines Matching refs:seconds
3826 delta *= 24 * 3600; /* to seconds */
11416 isc_uint32_t seconds = isc_time_seconds(now);
11424 if (zmgr->unreachable[i].expire >= seconds &&
11430 zmgr->unreachable[i].last = seconds;
11483 isc_uint32_t seconds = isc_time_seconds(now);
11484 isc_uint32_t last = seconds;
11496 if (zmgr->unreachable[i].expire < seconds)
11509 zmgr->unreachable[i].expire = seconds + UNREACH_HOLD_TIME;
11510 zmgr->unreachable[i].last = seconds;
11511 if (zmgr->unreachable[i].expire < seconds)
11519 zmgr->unreachable[slot].expire = seconds + UNREACH_HOLD_TIME;
11520 zmgr->unreachable[slot].last = seconds;
11528 zmgr->unreachable[oldest].expire = seconds + UNREACH_HOLD_TIME;
11529 zmgr->unreachable[oldest].last = seconds;