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

/netbsd-current/external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/
H A Dsign.sh16 zone1=good
23 keyname11=$($KEYGEN -q -a ${DEFAULT_ALGORITHM} -n zone $zone1)
24 keyname12=$($KEYGEN -q -a ${DEFAULT_ALGORITHM} -n zone -f KSK $zone1)
31 $SIGNER -P -g -o $zone1 $zonefile1 >/dev/null
34 DSFILENAME1=dsset-${zone1}.
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Dzt_test.c186 origfile = fopen(TESTS_DIR "/testdata/zt/zone1.db", "r+b");
265 dns_zone_t *zone1 = NULL, *zone2 = NULL, *zone3 = NULL; local
277 result = dns_test_makezone("foo", &zone1, NULL, true);
279 dns_zone_setfile(zone1, TESTS_DIR "/testdata/zt/zone1.db",
281 view = dns_zone_getview(zone1);
285 dns_zone_setfile(zone2, TESTS_DIR "/testdata/zt/zone1.db",
299 result = dns_test_managezone(zone1);
306 assert_false(dns__zone_loadpending(zone1));
321 result = dns_zone_getdb(zone1,
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
H A Dinstance.c170 result = create_zone(inst, inst->zone1_name, &inst->zone1);
177 result = activate_zone(inst, inst->zone1);
218 if (inst->zone1 != NULL) {
219 dns_zone_detach(&inst->zone1);
H A Dinstance.h55 dns_zone_t *zone1; member in struct:sample_instance
H A Dsyncptr.c192 if (*zone != inst->zone1 && *zone != inst->zone2) {
/netbsd-current/external/mpl/bind/dist/bin/tests/system/include-multiplecfg/
H A Dtests.sh25 # Test 1 - check if zone1 was loaded.
27 echo_i "checking glob include of zone1 config ($n)"
29 $DIG $DIGOPTS @10.53.0.2 -b 10.53.0.2 zone1.com. a >dig.out.ns2.$n || ret=1
31 grep '^zone1.com.' dig.out.ns2.$n >/dev/null || ret=1
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkzone/
H A Dtests.sh185 cat zones/zone1.db | ./named-compilezone -f text -F text -s relative \
186 -o zones/zone1_stdin.txt zone1.com - >/dev/null || ret=1
192 zone1.com zones/zone1.db >/dev/null || ret=1
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dview.c1526 dns_zone_t *zone1 = NULL, *zone2 = NULL; local
1543 zp = (zone1 == NULL) ? &zone1 : &zone2;
1563 dns_zone_detach(&zone1);
1569 if (zone1 != NULL) {
1570 dns_zone_attach(zone1, zonep);
1571 dns_zone_detach(&zone1);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dview.c1557 dns_zone_t *zone1 = NULL, *zone2 = NULL; local
1574 zp = (zone1 == NULL) ? &zone1 : &zone2;
1594 dns_zone_detach(&zone1);
1600 if (zone1 != NULL) {
1601 dns_zone_attach(zone1, zonep);
1602 dns_zone_detach(&zone1);

Completed in 266 milliseconds