Searched refs:soa_refresh (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/nsd/
H A Dxfrd-disk.c150 time_t soa_refresh; local
279 soa_refresh = ntohl(soa_disk_read.refresh);
280 if (soa_refresh > (time_t)zone->zone_options->pattern->max_refresh_time)
281 soa_refresh = zone->zone_options->pattern->max_refresh_time;
282 else if (soa_refresh < (time_t)zone->zone_options->pattern->min_refresh_time)
283 soa_refresh = zone->zone_options->pattern->min_refresh_time;
287 > (uint32_t)soa_refresh))

Completed in 59 milliseconds