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

/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns7/
H A Dnamed.conf45 masters { 10.53.0.3; };
51 masters { 10.53.0.3; };
57 masters { 10.53.0.3; };
63 masters { 10.53.0.3; };
69 masters { 10.53.0.3; };
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/ns2/
H A Dnamed.conf37 masters { 10.53.0.1; };
44 masters { 10.53.0.1; };
/bind-9.6-ESV-R11/bin/tests/system/upforwd/ns3/
H A Dnamed.conf39 masters { 10.53.0.1; };
46 masters { 10.53.0.4; };
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns3/
H A Dnamed.conf56 masters { 10.53.0.2; };
62 masters { 10.53.0.6; };
72 masters { 10.53.0.2; };
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dtests.sh76 masters { 0.0.0.0; };
/bind-9.6-ESV-R11/bin/tests/system/dialup/ns2/
H A Dnamed.conf44 masters { 10.53.0.1; };
/bind-9.6-ESV-R11/bin/tests/system/dialup/ns3/
H A Dnamed.conf44 masters { 10.53.0.2; };
/bind-9.6-ESV-R11/bin/tests/system/masterformat/ns2/
H A Dnamed.conf40 masters { 10.53.0.1; };
/bind-9.6-ESV-R11/bin/tests/system/notify/ns3/
H A Dnamed.conf42 masters { 10.53.0.2; };
/bind-9.6-ESV-R11/bin/tests/system/rrsetorder/ns2/
H A Dnamed.conf43 masters { 10.53.0.1; };
/bind-9.6-ESV-R11/bin/tests/system/stub/ns3/
H A Dnamed.conf48 masters { 10.53.0.2; };
/bind-9.6-ESV-R11/bin/tests/system/unknown/ns2/
H A Dnamed.conf36 masters { 10.53.0.1; };
/bind-9.6-ESV-R11/bin/tests/system/upforwd/ns2/
H A Dnamed.conf38 masters { 10.53.0.1; };
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns6/
H A Dnamed.conf52 masters { 10.53.0.1; };
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns7/
H A Dnamed.conf51 masters { 10.53.0.1; };
/bind-9.6-ESV-R11/bin/tests/system/xferquota/ns2/
H A Dnamed.conf44 masters { 10.53.0.1; };
/bind-9.6-ESV-R11/bin/tests/system/zero/ns4/
H A Dnamed.conf35 masters { 10.53.0.2; };
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns3/
H A Dnamed.conf54 masters { 10.53.0.2; };
164 masters { 10.53.0.2; };
/bind-9.6-ESV-R11/bin/tests/system/ixfr/
H A Dtests.sh56 masters { 10.53.0.2; };
/bind-9.6-ESV-R11/bin/tests/system/views/ns3/
H A Dnamed2.conf51 masters { 10.53.0.2; };
/bind-9.6-ESV-R11/bin/named/
H A Dconfig.c420 const cfg_obj_t *masters = NULL; local
423 result = cfg_map_get(cctx, "masters", &masters);
426 for (elt = cfg_list_first(masters);
535 "masters \"%s\" not found", listname);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dzone.h55 #define DNS_ZONEOPT_MULTIMASTER 0x00000200U /*%< this zone has multiple masters */
499 dns_zone_setmasters(dns_zone_t *zone, const isc_sockaddr_t *masters,
503 const isc_sockaddr_t *masters,
511 *\li 'masters' array of isc_sockaddr_t with port set or NULL.
512 *\li 'count' the number of masters.
518 * \li If 'masters' is NULL then 'count' must be zero.
1250 * have exhausted the list of masters. 'callback' will be called with
/bind-9.6-ESV-R11/bin/tests/system/xfer/
H A Dtests.sh242 masters { 10.53.0.5 key tsig_key; };
266 masters { 10.53.0.5 key tsig_key; };
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c218 isc_sockaddr_t *masters; member in struct:dns_zone
355 * zone with no masters
752 zone->masters = NULL;
3417 dns_zone_setmasters(dns_zone_t *zone, const isc_sockaddr_t *masters, argument
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, master
3458 dns_zone_setmasterswithkeys(dns_zone_t *zone, const isc_sockaddr_t *masters, dns_name_t **keynames, isc_uint32_t count) argument
[all...]
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c813 const cfg_obj_t *masters = NULL; local
816 result = cfg_map_get(cctx, "masters", &masters);
819 for (elt = cfg_list_first(masters);
895 "unable to find masters list '%s'",
1104 { "masters", SLAVEZONE | STUBZONE },
1253 * Slave & stub zones must have a "masters" field.
1257 if (cfg_map_get(zoptions, "masters", &obj) != ISC_R_SUCCESS) {
1259 "zone '%s': missing 'masters' entry",
1270 "zone '%s': empty 'masters' entr
[all...]

Completed in 1124 milliseconds