Lines Matching defs:lifetime
942 isc_uint32_t lifetime = 3600;
1340 (void)cfg_map_get(options, "nta-lifetime", &obj);
1342 lifetime = cfg_obj_asuint32(obj);
1343 if (lifetime > 604800) { /* 7 days */
1345 "'nta-lifetime' cannot exceed one week");
1347 } else if (lifetime == 0) {
1349 "'nta-lifetime' may not be zero");
1364 if (recheck > lifetime)
1367 "greater than 'nta-lifetime' "
1368 "(%d seconds)", recheck, lifetime);