Lines Matching refs:masters

218 	isc_sockaddr_t		*masters;
355 * zone with no masters
752 zone->masters = NULL;
3417 dns_zone_setmasters(dns_zone_t *zone, const isc_sockaddr_t *masters,
3422 result = dns_zone_setmasterswithkeys(zone, masters, NULL, count);
3459 const isc_sockaddr_t *masters,
3470 REQUIRE(count == 0 || masters != NULL);
3477 * The refresh code assumes that 'masters' wouldn't change under it.
3479 * and update the masters info. If it won't change then we can just
3483 !same_masters(zone->masters, masters, count) ||
3489 if (zone->masters != NULL) {
3490 isc_mem_put(zone->mctx, zone->masters,
3492 zone->masters = NULL;
3516 * If count == 0, don't allocate any space for masters, mastersok or
3523 * masters must contain count elements!
3530 memmove(new, masters, count * sizeof(*new));
3590 zone->masters = new;
6302 "cannot refresh: no masters");
7584 * Did we get a good answer from all the masters?
7965 * Did we get a good answer from all the masters?
8212 zone->masteraddr = zone->masters[zone->curmaster];
8454 zone->masteraddr = zone->masters[zone->curmaster];
8967 * Check that 'from' is a valid notify source, (zone->masters).
9018 if (isc_sockaddr_eqaddr(from, &zone->masters[i]))
9022 isc_sockaddr_pf(&zone->masters[i]) == AF_INET) {
9025 isc_netaddr_fromsockaddr(&na2, &zone->masters[i]);
9032 * Accept notify requests from non masters if they are on
10477 forward->addr = forward->zone->masters[forward->which];
10482 * transfer graph and the master has to try several masters.
10562 /* These should not occur if the masters/zone are valid. */