Lines Matching refs:refresh

206 	isc_uint32_t		refresh;
339 #define DNS_ZONEFLG_REFRESH 0x00000001U /*%< refresh check in progress */
341 #define DNS_ZONEFLG_USEVC 0x00000004U /*%< use tcp for refresh query */
347 #define DNS_ZONEFLG_NEEDREFRESH 0x00000100U /*%< refresh check needed */
354 #define DNS_ZONEFLG_NOMASTERS 0x00001000U /*%< an attempt to refresh a
623 isc_uint32_t *refresh, isc_uint32_t *retry,
744 zone->refresh = DNS_ZONE_DEFAULTREFRESH;
2579 isc_uint32_t serial, oldserial, refresh, retry, expire, minimum;
2664 &refresh, &retry, &expire, &minimum,
2747 zone->sigresigninginterval < (3 * refresh) &&
2752 "3 * refresh.");
2755 zone->refresh = RANGE(refresh,
2759 zone->expire = RANGE(expire, zone->refresh + zone->retry,
2852 /* Mark the zone for immediate refresh. */
2995 isc_uint32_t *serial, isc_uint32_t *refresh,
3013 if (refresh != NULL)
3014 *refresh = 0;
3049 if (refresh != NULL)
3050 *refresh = soa.refresh;
3073 isc_uint32_t *refresh, isc_uint32_t *retry,
3102 if (soacount != NULL || serial != NULL || refresh != NULL
3105 serial, refresh, retry, expire,
3477 * The refresh code assumes that 'masters' wouldn't change under it.
3478 * If it will change then kill off any current refresh in progress
6273 zone->refresh = DNS_ZONE_DEFAULTREFRESH;
6292 * Set DNS_ZONEFLG_REFRESH so that there is only one refresh operation
6302 "cannot refresh: no masters");
6312 * Set the next refresh time as if refresh check has failed.
6314 * If we are successful it will be reset using zone->refresh.
7144 * the current soa so as to force a refresh query.
7384 isc_uint32_t nscnt, cnamecnt, refresh, retry, expire;
7426 "could not refresh stub from master %s"
7533 &refresh, &retry, &expire, NULL, NULL);
7535 zone->refresh = RANGE(refresh, zone->minrefresh,
7538 zone->expire = RANGE(expire, zone->refresh + zone->retry,
7551 DNS_ZONE_JITTER_ADD(&now, zone->refresh, &zone->refreshtime);
7678 "refresh: timeout retrying without EDNS "
7685 "refresh: retry limit for "
7701 "refresh: skipped tcp fallback "
7708 "refresh: failure trying master "
7720 "refresh: failure trying master "
7741 "refresh: rcode (%.*s) retrying without "
7748 "refresh: unexpected rcode (%.*s) from "
7766 "refresh: truncated UDP answer, "
7776 "refresh: truncated TCP response "
7791 "refresh: non-authoritative answer from "
7807 "refresh: CNAME at top of zone "
7817 "refresh: referral response "
7827 "refresh: NODATA response "
7837 "refresh: answer SOA count (%d) != 1 "
7852 "refresh: unable to get SOA record "
7860 "refresh: dns_rdataset_first() failed");
7888 "refresh: skipping %s as master %s "
7924 "refresh: could not set file "
7929 DNS_ZONE_JITTER_ADD(&now, zone->refresh, &zone->refreshtime);
8973 * If a refresh check is progress, if so just record the
8975 * We will perform a new refresh check when the current one
8978 * Otherwise initiate a refresh check using 'from' as the
9052 * to see if we need to do a refresh. Do not worry about this
9054 * to trigger a refresh check.
9094 * If we got this far and there was a refresh in progress just
9096 * can perform a refresh check when the current one completes
9103 "notify from %s: refresh in progress, "
9104 "refresh check queued",
9921 isc_uint32_t serial, refresh, retry, expire, minimum;
9959 &soacount, &serial, &refresh,
9974 zone->refresh = DNS_ZONE_DEFAULTREFRESH;
9981 zone->refresh = RANGE(refresh, zone->minrefresh,
9986 zone->refresh + zone->retry,
10001 DNS_ZONE_JITTER_ADD(&now, zone->refresh,
10742 /* default to 20 refresh queries / notifies per second. */
11627 "notify = %d, refresh = %d",