Lines Matching defs:from

357 #define DNS_ZONEFLG_LOADING	0x00002000U	/*%< load from disk in progress*/
359 * from SOA (if not set, we
2600 "loading from master file %s "
2606 "loading from master file %s failed: %s",
2711 * as they don't reload from disk.
2728 "ixfr-from-differences: "
3160 * we have no way of detaching from the view here
4413 * Going from insecure to NSEC3.
4423 * Going from insecure to NSEC.
5877 * OPT bit from the NSEC record.
6325 * When lacking user-specified timer values from the SOA,
6771 * When sending from any the kernel will assign a source address
7302 * Extract NS RRset from message.
7426 "could not refresh stub from master %s"
7464 "unexpected rcode (%.*s) from %s (source %s)",
7476 "response from master %s (source %s)",
7489 "non-authoritative answer from "
7503 "from master %s (source %s)", master, source);
7510 "from master %s (source %s)", master, source);
7521 "from master %s (source %s)", master, source);
7584 * Did we get a good answer from all the masters?
7748 "refresh: unexpected rcode (%.*s) from "
7777 "from master %s (source %s)",
7791 "refresh: non-authoritative answer from "
7818 "from master %s (source %s)", master, source);
7828 "from master %s (source %s)", master, source);
7838 "from master %s (source %s)",
7853 "from master %s (source %s)", master, source);
7919 /* Someone removed the file from underneath us! */
7936 "received from master %s < ours (%u)",
7965 * Did we get a good answer from all the masters?
8385 * Attach so that the zone won't disappear from under us.
8947 dns_zone_notifyreceive(dns_zone_t *zone, isc_sockaddr_t *from,
8967 * Check that 'from' is a valid notify source, (zone->masters).
8974 * fact we received a NOTIFY and from where and return.
8978 * Otherwise initiate a refresh check using 'from' as the
8982 isc_sockaddr_format(from, fromtext, sizeof(fromtext));
8988 if (isc_sockaddr_pf(from) == PF_INET)
9000 "question section from: %s", fromtext);
9016 isc_netaddr_fromsockaddr(&netaddr, from);
9018 if (isc_sockaddr_eqaddr(from, &zone->masters[i]))
9021 IN6_IS_ADDR_V4MAPPED(&from->type.sin6.sin6_addr) &&
9032 * Accept notify requests from non masters if they are on
9045 "refused notify from non-master: %s", fromtext);
9084 "notify from %s: "
9095 * let it complete. Record where we got the notify from so we
9100 zone->notifyfrom = *from;
9103 "notify from %s: refresh in progress, "
9108 zone->notifyfrom = *from;
9672 "notify response from %s: %.*s",
9771 "ixfr-from-differences: unable to get "
9790 "ixfr-from-differences: failed: "
9845 * being loaded from disk. Also, we have not
9952 * Update the zone structure's data from the actual
10034 /* Someone removed the file from underneath us! */
10331 "initial version from %s", master);
10334 dns_zone_log(zone, ISC_LOG_DEBUG(1), "ixfr-from-differences "
10335 "set, requesting %sAXFR from %s", soa_before,
10344 "initial version from %s", master);
10348 "retrying with AXFR from %s due to "
10365 "IXFR disabled, requesting %sAXFR from %s",
10373 "requesting IXFR from %s", master);
10429 * zone transfer. This ensures that we get removed from
11115 * like to transfer this zone from.
11133 * and the number of transfers in progress from this master.
11201 * Get permission to request a file handle from the OS.
11339 dns_zone_log(zone, ISC_LOG_WARNING, "unable to load from '%s'; "
11348 /* Hook for ondestroy notification from a database. */
11470 "from unreachable cache",