| /src/external/mpl/bind/dist/bin/tests/system/ttl/ |
| tests_cache_ttl.py | 18 "qname,rdtype,expected_ttl", 26 def test_cache_ttl(qname, rdtype, expected_ttl): 27 msg = isctest.query.create(qname, rdtype)
|
| /src/external/mpl/bind/dist/lib/dns/rdata/ |
| rdatastructpre.h | 28 dns_rdatatype_t rdtype; member in struct:dns_rdatacommon 34 (_data)->common.rdtype = (_rdtype); \
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/ |
| rdatastructpre.h | 29 dns_rdatatype_t rdtype; member in struct:dns_rdatacommon 35 (_data)->common.rdtype = (_rdtype); \
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| order.h | 44 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass, 62 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass);
|
| rdatatype.h | 82 dns_rdatatype_format(dns_rdatatype_t rdtype, char *array, unsigned int size); 84 * Format a human-readable representation of the type 'rdtype'
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| order.h | 43 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass, 61 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass);
|
| rdatatype.h | 89 dns_rdatatype_format(dns_rdatatype_t rdtype, char *array, unsigned int size); 91 * Format a human-readable representation of the type 'rdtype'
|
| /src/external/mpl/bind/dist/lib/dns/ |
| order.c | 36 dns_rdatatype_t rdtype; member in struct:dns_order_ent 73 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass, 87 ent->rdtype = rdtype; 105 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass) { 112 if (ent->rdtype != rdtype && ent->rdtype != dns_rdatatype_any) {
|
| keydata.c | 34 dnskey->common.rdtype = dns_rdatatype_dnskey; 59 keydata->common.rdtype = dns_rdatatype_keydata;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| order.c | 36 dns_rdatatype_t rdtype; member in struct:dns_order_ent 73 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass, 87 ent->rdtype = rdtype; 105 dns_rdatatype_t rdtype, dns_rdataclass_t rdclass) { 112 if (ent->rdtype != rdtype && ent->rdtype != dns_rdatatype_any) {
|
| keydata.c | 34 dnskey->common.rdtype = dns_rdatatype_dnskey; 59 keydata->common.rdtype = dns_rdatatype_keydata;
|
| /src/external/mpl/bind/dist/bin/tools/ |
| named-rrchecker.c | 90 dns_rdatatype_t rdtype; local 256 rdtype = (dns_rdatatype_t)token.value.as_ulong; 261 if (dns_rdatatype_ismeta(rdtype)) { 267 &rdtype, &token.value.as_textregion); 272 if (dns_rdatatype_ismeta(rdtype)) { 275 token.value.as_textregion.base, rdtype); 282 result = dns_rdata_fromtext(&rdata, rdclass, rdtype, lex, name, 305 result = dns_rdatatype_totext(rdtype, &tbuf); 329 result = dns_rdatatype_tounknowntext(rdtype, &tbuf);
|
| /src/external/mpl/bind/dist/fuzz/ |
| dns_rdata_fromtext.c | 58 dns_rdatatype_t rdtype; local 129 rdtype = (dns_rdatatype_t)token.value.as_ulong; 131 result = dns_rdatatype_fromtext(&rdtype, 140 result = dns_rdata_fromtext(&rdata, rdclass, rdtype, lex, name, 0, mctx,
|
| dns_rdata_fromwire_text.c | 82 dns_rdatatype_t rdtype; local 126 rdtype = typelist[(*data++) % types]; 132 fprintf(stderr, "type=%u, class=%u\n", rdtype, rdclass); 148 CHECK(dns_rdata_fromwire(&rdata1, rdclass, rdtype, &source, 172 result = dns_rdata_fromtext(&rdata2, rdclass, rdtype, lex, dns_rootname, 198 result = dns_rdata_fromtext(&rdata3, rdclass, rdtype, lex, dns_rootname,
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| ninfo_56.c | 90 REQUIRE(ninfo->common.rdtype == dns_rdatatype_ninfo); 149 REQUIRE(ninfo->common.rdtype == dns_rdatatype_ninfo); 157 REQUIRE(ninfo->common.rdtype == dns_rdatatype_ninfo); 166 REQUIRE(ninfo->common.rdtype == dns_rdatatype_ninfo);
|
| wallet_262.c | 90 REQUIRE(wallet->common.rdtype == dns_rdatatype_wallet); 149 REQUIRE(wallet->common.rdtype == dns_rdatatype_wallet); 157 REQUIRE(wallet->common.rdtype == dns_rdatatype_wallet); 166 REQUIRE(wallet->common.rdtype == dns_rdatatype_wallet);
|
| txt_16.c | 143 REQUIRE(txt->common.rdtype == type); 171 REQUIRE(txt->common.rdtype == rdata->type); 222 REQUIRE(txt->common.rdtype == dns_rdatatype_txt); 335 REQUIRE(txt->common.rdtype == dns_rdatatype_txt); 343 REQUIRE(txt->common.rdtype == dns_rdatatype_txt); 351 REQUIRE(txt->common.rdtype == dns_rdatatype_txt);
|
| /src/external/mpl/bind/dist/bin/dig/ |
| host.c | 244 if (query->lookup->rdtype == dns_rdatatype_axfr && 432 if (default_lookups && query->lookup->rdtype == dns_rdatatype_a) { 447 lookup->rdtype = dns_rdatatype_aaaa; 457 lookup->rdtype = dns_rdatatype_mx; 467 lookup->rdtype = dns_rdatatype_https; 585 dns_rdatatype_format(query->lookup->rdtype, typestr, 693 dns_rdatatype_t rdtype; local 710 lookup->rdtype = dns_rdatatype_axfr; 725 rdtype = dns_rdatatype_ixfr; 734 &rdtype, (isc_textregion_t *)&tr) [all...] |
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| https_65.c | 85 REQUIRE(https->common.rdtype == type); 109 REQUIRE(https->common.rdtype == dns_rdatatype_https); 162 REQUIRE(https->common.rdtype == dns_rdatatype_https); 171 REQUIRE(https->common.rdtype == dns_rdatatype_https); 180 REQUIRE(https->common.rdtype == dns_rdatatype_https);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| ninfo_56.c | 81 ninfo->common.rdtype = rdata->type; 92 REQUIRE(ninfo->common.rdtype == dns_rdatatype_ninfo); 150 REQUIRE(ninfo->common.rdtype == dns_rdatatype_ninfo); 158 REQUIRE(ninfo->common.rdtype == dns_rdatatype_ninfo); 167 REQUIRE(ninfo->common.rdtype == dns_rdatatype_ninfo);
|
| txt_16.c | 144 REQUIRE(txt->common.rdtype == type); 172 REQUIRE(txt->common.rdtype == rdata->type); 218 txt->common.rdtype = rdata->type; 229 REQUIRE(txt->common.rdtype == dns_rdatatype_txt); 341 REQUIRE(txt->common.rdtype == dns_rdatatype_txt); 349 REQUIRE(txt->common.rdtype == dns_rdatatype_txt); 357 REQUIRE(txt->common.rdtype == dns_rdatatype_txt);
|
| null_10.c | 88 REQUIRE(null->common.rdtype == type); 107 null->common.rdtype = rdata->type; 126 REQUIRE(null->common.rdtype == dns_rdatatype_null);
|
| avc_258.c | 81 avc->common.rdtype = rdata->type; 92 REQUIRE(avc->common.rdtype == dns_rdatatype_avc);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| https_65.c | 86 REQUIRE(https->common.rdtype == type); 110 REQUIRE(https->common.rdtype == dns_rdatatype_https); 163 REQUIRE(https->common.rdtype == dns_rdatatype_https); 172 REQUIRE(https->common.rdtype == dns_rdatatype_https); 181 REQUIRE(https->common.rdtype == dns_rdatatype_https);
|
| /src/external/mpl/bind/dist/bin/tests/system/wildcard/ |
| tests_wildcard.py | 18 <random_label>.test. when rdtype is not A. 78 @given(name=dns_names(suffix=SUFFIX), rdtype=dns_rdatatypes_without_meta) 80 name: dns.name.Name, rdtype: dns.rdatatype.RdataType, named_port: int 82 """Any label non-matching rdtype must result in NODATA.""" 83 assume(rdtype != WILDCARD_RDTYPE) 89 and rdtype in (dns.rdatatype.SOA, dns.rdatatype.NS, dns.rdatatype.DS) 97 query_msg = isctest.query.create(name, rdtype) 108 """Any label with maching rdtype must result in wildcard data in answer."""
|