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

123

/bind-9.11.3/lib/dns/
H A Dsoa.c9 /* $Id: soa.c,v 1.12 2009/09/10 02:18:40 each Exp $ */
21 #include <dns/soa.h>
64 dns_rdata_soa_t soa; local
73 soa.common.rdtype = dns_rdatatype_soa;
74 soa.common.rdclass = rdclass;
75 soa.mctx = NULL;
76 soa.serial = serial;
77 soa.refresh = refresh;
78 soa.retry = retry;
79 soa
[all...]
H A Dnsec.c306 isc_boolean_t soa; local
339 soa = dns_nsec_typepresent(&rdata, dns_rdatatype_soa);
340 if (ns && !soa) {
351 } else if (atparent && ns && soa) {
/bind-9.11.3/lib/dns/rdata/generic/
H A Dsoa_6.c272 dns_rdata_soa_t *soa = source; local
277 REQUIRE(soa->common.rdtype == type);
278 REQUIRE(soa->common.rdclass == rdclass);
283 dns_name_toregion(&soa->origin, &region);
285 dns_name_toregion(&soa->contact, &region);
287 RETERR(uint32_tobuffer(soa->serial, target));
288 RETERR(uint32_tobuffer(soa->refresh, target));
289 RETERR(uint32_tobuffer(soa->retry, target));
290 RETERR(uint32_tobuffer(soa->expire, target));
291 return (uint32_tobuffer(soa
297 dns_rdata_soa_t *soa = target; local
350 dns_rdata_soa_t *soa = source; local
[all...]
/bind-9.11.3/bin/tests/system/legacy/
H A Dtests.sh20 $DIG +edns @10.53.0.2 -p 5300 dropedns soa > dig.out.1.test$n
22 $DIG +noedns @10.53.0.2 -p 5300 dropedns soa > dig.out.2.test$n || ret=1
25 $DIG +noedns +tcp @10.53.0.2 -p 5300 dropedns soa > dig.out.3.test$n || ret=1
28 $DIG +edns +tcp @10.53.0.2 -p 5300 dropedns soa > dig.out.4.test$n
36 $DIG +tcp @10.53.0.1 -p 5300 dropedns soa > dig.out.test$n || ret=1
44 $DIG +edns @10.53.0.3 -p 5300 dropedns-notcp soa > dig.out.1.test$n
46 $DIG +noedns +tcp @10.53.0.3 -p 5300 dropedns-notcp soa > dig.out.2.test$n
48 $DIG +noedns @10.53.0.3 -p 5300 dropedns-notcp soa > dig.out.3.test$n || ret=1
57 $DIG +tcp @10.53.0.1 -p 5300 dropedns-notcp soa > dig.out.test$n || ret=1
65 $DIG +edns @10.53.0.4 -p 5300 plain soa > di
[all...]
/bind-9.11.3/bin/tests/system/ecdsa/
H A Dtests.sh25 $DIG $DIGOPTS . @10.53.0.1 soa > dig.out.ns1.test$n || ret=1
26 $DIG $DIGOPTS . @10.53.0.2 soa > dig.out.ns2.test$n || ret=1
/bind-9.11.3/bin/tests/system/gost/
H A Dtests.sh25 $DIG $DIGOPTS . @10.53.0.1 soa > dig.out.ns1.test$n || ret=1
26 $DIG $DIGOPTS . @10.53.0.2 soa > dig.out.ns2.test$n || ret=1
/bind-9.11.3/bin/tests/system/dialup/
H A Dtests.sh22 $DIG $DIGOPTS example. @10.53.0.1 soa > dig.out.ns1.test || ret=1
28 $DIG $DIGOPTS example. @10.53.0.2 soa > dig.out.ns2.test || ret=1
47 $DIG $DIGOPTS example. @10.53.0.3 soa > dig.out.ns3.test || ret=1
/bind-9.11.3/bin/tests/system/dscp/
H A Dtests.sh26 $DIG -p 5300 @$server $DIGOPTS soa . > dig.out.$server
/bind-9.11.3/bin/tests/system/ednscompliance/
H A Dtests.sh19 $DIG -p 5300 @10.53.0.1 +qr +norec +edns=100 soa $zone > dig.out$n
27 $DIG -p 5300 @10.53.0.1 +qr +norec +ednsopt=100 soa $zone > dig.out$n
35 $DIG -p 5300 @10.53.0.1 +qr +norec +ednsflags=0x80 soa $zone > dig.out$n
43 $DIG -p 5300 @10.53.0.1 +norec +edns=100 +noednsnegotiation soa $zone > dig.out$n
46 grep "IN.SOA." dig.out$n > /dev/null && { ret=1; reaons="soa"; }
53 $DIG -p 5300 @10.53.0.1 +norec +ednsopt=100 soa $zone > dig.out$n
64 $DIG -p 5300 @10.53.0.1 +norec +edns=100 +noednsneg +ednsopt=100 soa $zone > dig.out$n
68 grep "IN.SOA." dig.out$n > /dev/null && { ret=1; reason="soa"; }
75 $DIG -p 5300 @10.53.0.1 +norec +ednsflags=0x80 soa $zone > dig.out$n
86 $DIG -p 5300 @10.53.0.1 +norec +edns=100 +noednsneg +ednsflags=0x80 soa
[all...]
/bind-9.11.3/bin/tests/system/tsig/
H A Dtests.sh29 -y "md5:$md5" @10.53.0.1 soa -p 5300 > dig.out.md5.old || ret=1
38 -y "hmac-md5:md5:$md5" @10.53.0.1 soa -p 5300 > dig.out.md5.new || ret=1
47 -y "hmac-sha1:sha1:$sha1" @10.53.0.1 soa -p 5300 > dig.out.sha1 || ret=1
56 -y "hmac-sha224:sha224:$sha224" @10.53.0.1 soa -p 5300 > dig.out.sha224 || ret=1
65 -y "hmac-sha256:sha256:$sha256" @10.53.0.1 soa -p 5300 > dig.out.sha256 || ret=1
74 -y "hmac-sha384:sha384:$sha384" @10.53.0.1 soa -p 5300 > dig.out.sha384 || ret=1
83 -y "hmac-sha512:sha512:$sha512" @10.53.0.1 soa -p 5300 > dig.out.sha512 || ret=1
97 -y "hmac-md5-80:md5-trunc:$md5" @10.53.0.1 soa -p 5300 > dig.out.md5.trunc || ret=1
106 -y "hmac-sha1-80:sha1-trunc:$sha1" @10.53.0.1 soa -p 5300 > dig.out.sha1.trunc || ret=1
115 -y "hmac-sha224-112:sha224-trunc:$sha224" @10.53.0.1 soa
[all...]
/bind-9.11.3/bin/tests/system/database/
H A Dtests.sh26 $DIG $DIGOPTS soa database. @10.53.0.1 > dig.out.ns1.test$n || ret=1
42 $DIG $DIGOPTS soa database. @10.53.0.1 > dig.out.ns1.test$n || ret=1
/bind-9.11.3/bin/tests/system/eddsa/
H A Dtests.sh25 $DIG $DIGOPTS . @10.53.0.1 soa > dig.out.ns1.test$n || ret=1
26 $DIG $DIGOPTS . @10.53.0.2 soa > dig.out.ns2.test$n || ret=1
/bind-9.11.3/bin/tests/system/dlv/
H A Dtests.sh39 $DIG $DIGOPTS child1.druz soa @10.53.0.5 > dig.out.ns5.test$n || ret=1
47 $DIG $DIGOPTS grand.child1.druz soa @10.53.0.5 > dig.out.ns5.test$n || ret=1
/bind-9.11.3/bin/tests/system/masterfile/
H A Dtests.sh35 $DIG +tcp +noall +answer example soa @10.53.0.2 -p 5300 > dig.out.$n
43 $DIG +tcp +all missing soa @10.53.0.2 -p 5300 > dig.out.$n
/bind-9.11.3/bin/tests/system/zonechecks/
H A Dsetup.sh26 echo '$INCLUDE "soa.db"' > reload.db
28 echo '@ 0 SOA . . 1 0 0 0 0' > soa.db
/bind-9.11.3/bin/tests/system/catz/
H A Dtests.sh19 $DIG soa dom1.example @10.53.0.1 -p 5300 > dig.out.test$n
36 $DIG soa dom1.example @10.53.0.1 -p 5300 > dig.out.test$n
86 $DIG soa dom1.example @10.53.0.2 -p 5300 > dig.out.test$n
132 $DIG soa dom1.example @10.53.0.2 -p 5300 > dig.out.test$n
230 $DIG soa dom4.example @10.53.0.2 -p 5300 > dig.out.test$n
243 $DIG soa dom3.example @10.53.0.1 -p 5300 > dig.out.test$n
260 $DIG soa dom3.example @10.53.0.1 -p 5300 > dig.out.test$n
299 $DIG soa dom3.example @10.53.0.2 -p 5300 > dig.out.test$n
387 $DIG soa dom5.example @10.53.0.2 -p 5300 > dig.out.test$n
427 $DIG soa dom
[all...]
/bind-9.11.3/bin/tests/system/case/
H A Dtests.sh22 $DIG $DIGOPTS soa example. @10.53.0.2 -p 5300 > dig.ns2.test$n
28 $DIG $DIGOPTS soa dynamic. @10.53.0.2 -p 5300 > dig.ns2.test$n
93 $DIG soa dynamic @10.53.0.2 -p 5300 | grep 2000042408 > /dev/null && break
123 $DIG soa dynamic @10.53.0.2 -p 5300 | grep 2000042409 > /dev/null && break
/bind-9.11.3/bin/tests/system/upforwd/
H A Dtests.sh27 $DIG +tcp example. @10.53.0.1 soa -p 5300 > dig.out.ns1 || ret=1
29 $DIG +tcp example. @10.53.0.2 soa -p 5300 > dig.out.ns2 || ret=1
31 $DIG +tcp example. @10.53.0.3 soa -p 5300 > dig.out.ns3 || ret=1
169 @10.53.0.3 soa -p 5300 > dig.out.ns3 || ret=1
/bind-9.11.3/bin/tests/system/lwresd/
H A Dtests.sh22 $DIG +tcp -p 5300 @10.53.0.1 soa $zone > dig.out
/bind-9.11.3/bin/dig/
H A Dnslookup.c99 "soa = ", /* 6 */
176 dns_rdata_soa_t soa; local
180 result = dns_rdata_tostruct(rdata, &soa, NULL);
183 dns_name_format(&soa.origin, namebuf, sizeof(namebuf));
185 dns_name_format(&soa.contact, namebuf, sizeof(namebuf));
187 printf("\tserial = %u\n", soa.serial);
188 printf("\trefresh = %u\n", soa.refresh);
189 printf("\tretry = %u\n", soa.retry);
190 printf("\texpire = %u\n", soa.expire);
191 printf("\tminimum = %u\n", soa
[all...]
/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh406 soa=`$DIG -p 5300 +short soa bl.tld2 @10.53.0.3 -b10.53.0.3`
407 test "$soa" = "$goodsoa" && break
417 soa=`$DIG -p 5300 +short soa bl.tld2 @10.53.0.3 -b10.53.0.3`
418 test "$soa" = "$goodsoa" && break
/bind-9.11.3/bin/tests/system/xfer/
H A Dclean.sh17 rm -f dig.out.soa.ns3
H A Dtests.sh115 slave. soa > dig.out.ns2 || tmp=1
126 $DIG $DIGOPTS @10.53.0.3 -p 5300 +noall +answer soa example > dig.out.soa.ns3
127 grep "1397051953" dig.out.soa.ns3 > /dev/null && break;
/bind-9.11.3/bin/tests/system/cookie/
H A Dtests.sh122 $DIG +qr +cookie +nobadcookie soa @10.53.0.1 -p 5300 > dig.out.test$n
132 $DIG +qr +cookie +nobadcookie soa @10.53.0.3 -p 5300 > dig.out.test$n
/bind-9.11.3/bin/tests/system/cacheclean/
H A Dtests.sh213 $DIG @10.53.0.1 -p 5300 +expire soa expire-test > dig.out.expire
220 $DIG @10.53.0.2 -p 5300 +expire soa expire-test > dig.out.expire

Completed in 24 milliseconds

123