Symbol: LDNS_RR_TYPE_DS
sbin/unwind/libunbound/iterator/iter_scrub.c
355
tp == LDNS_RR_TYPE_DS || tp == LDNS_RR_TYPE_NSEC ||
sbin/unwind/libunbound/iterator/iter_scrub.c
712
if(rrset->type==LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/iterator/iter_scrub.c
713
qinfo->qtype == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/iterator/iter_utils.c
1366
if(ntohs(s->rk.type) == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/iterator/iter_utils.c
1464
if(ntohs(s->rk.type) == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/iterator/iter_utils.c
921
LDNS_RR_TYPE_DS, dclass))
sbin/unwind/libunbound/iterator/iterator.c
1229
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/iterator/iterator.c
1337
if( (iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue)
sbin/unwind/libunbound/iterator/iterator.c
1617
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue ||
sbin/unwind/libunbound/iterator/iterator.c
1830
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue) {
sbin/unwind/libunbound/iterator/iterator.c
2650
&& (iq->qchase.qtype == LDNS_RR_TYPE_DS
sbin/unwind/libunbound/iterator/iterator.c
3285
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
sbin/unwind/libunbound/iterator/iterator.c
3513
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
sbin/unwind/libunbound/iterator/iterator.c
4197
else if(super->qinfo.qtype == LDNS_RR_TYPE_DS && ((struct iter_qstate*)
sbin/unwind/libunbound/services/authzone.c
2506
(qinfo->qtype != LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/services/authzone.c
3245
if((ds=az_domain_rrset(ce, LDNS_RR_TYPE_DS))!=NULL) {
sbin/unwind/libunbound/services/authzone.c
3578
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/services/authzone.c
8307
if(z->zonemd_callback_qtype == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/services/authzone.c
8454
qinfo.qtype = LDNS_RR_TYPE_DS;
sbin/unwind/libunbound/services/cache/dns.c
439
env->rrset_cache, dp->name, dp->namelen, LDNS_RR_TYPE_DS,
sbin/unwind/libunbound/services/cache/dns.c
450
if(rrset && nsec_has_type(rrset, LDNS_RR_TYPE_DS)) {
sbin/unwind/libunbound/services/cache/dns.c
964
if(!no_partial && qtype != LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/services/cache/dns.c
983
if((qtype == LDNS_RR_TYPE_DS || qtype == LDNS_RR_TYPE_DNSKEY) &&
sbin/unwind/libunbound/services/cache/dns.c
997
(qtype == LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/services/localzone.c
1250
if(dtype == LDNS_RR_TYPE_DS && !dname_is_root(name)) {
sbin/unwind/libunbound/services/localzone.c
2183
z = local_zones_lookup(zones, name, len, labs, dclass, LDNS_RR_TYPE_DS);
sbin/unwind/libunbound/services/localzone.c
2188
del_local_rrset(d, LDNS_RR_TYPE_DS);
sbin/unwind/libunbound/services/rpz.c
158
case LDNS_RR_TYPE_DS:
sbin/unwind/libunbound/services/rpz.c
191
case LDNS_RR_TYPE_DS:
sbin/unwind/libunbound/services/rpz.c
677
rrtype == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/sldns/rrdef.c
331
{LDNS_RR_TYPE_DS, "DS", 4, 4, type_ds_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0 },
sbin/unwind/libunbound/util/data/msgencode.c
448
case LDNS_RR_TYPE_DS:
sbin/unwind/libunbound/validator/autotrust.c
1404
else if(t == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/validator/autotrust.c
504
sldns_wirerr_get_type(rr, rr_len, dname_len)!=LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/validator/autotrust.c
564
(*list)->dname_len) == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/validator/autotrust.c
583
(*list)->dname_len) != LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_anchor.c
1016
ta->name, LDNS_RR_TYPE_DS, ta->dclass);
sbin/unwind/libunbound/validator/val_anchor.c
312
if(type != LDNS_RR_TYPE_DS && type != LDNS_RR_TYPE_DNSKEY) {
sbin/unwind/libunbound/validator/val_anchor.c
339
if(type == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/validator/val_anchor.c
390
ta = anchor_store_new_key(anchors, nm, LDNS_RR_TYPE_DS,
sbin/unwind/libunbound/validator/val_anchor.c
458
LDNS_RR_TYPE_DS && sldns_wirerr_get_type(rr, len,
sbin/unwind/libunbound/validator/val_anchor.c
937
ta->ds_rrset = assemble_it(ta, ta->numDS, LDNS_RR_TYPE_DS);
sbin/unwind/libunbound/validator/val_neg.c
1280
LDNS_RR_TYPE_DS, now);
sbin/unwind/libunbound/validator/val_neg.c
1290
nsec3_has_type(ce_rrset, 0, LDNS_RR_TYPE_DS) ||
sbin/unwind/libunbound/validator/val_neg.c
1294
LDNS_RR_TYPE_DS, zone->dclass, region, 1)))
sbin/unwind/libunbound/validator/val_neg.c
1328
LDNS_RR_TYPE_DS, zone->dclass, region, 3)))
sbin/unwind/libunbound/validator/val_neg.c
1401
if(qinfo->qtype != LDNS_RR_TYPE_DS && !cfg->aggressive_nsec)
sbin/unwind/libunbound/validator/val_neg.c
1521
if(qinfo->qtype != LDNS_RR_TYPE_DS){
sbin/unwind/libunbound/validator/val_nsec.c
152
log_assert(qinfo->qtype == LDNS_RR_TYPE_DS);
sbin/unwind/libunbound/validator/val_nsec.c
160
if(nsec_has_type(nsec, LDNS_RR_TYPE_DS)) {
sbin/unwind/libunbound/validator/val_nsec.c
399
if(qinfo->qtype != LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_nsec.c
403
} else if(qinfo->qtype == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_nsec.c
466
!nsec_has_type(nsec, LDNS_RR_TYPE_DS) &&
sbin/unwind/libunbound/validator/val_nsec.c
469
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/validator/val_nsec3.c
1056
if(!nsec3_has_type(ce->ce_rrset, ce->ce_rr, LDNS_RR_TYPE_DS)) {
sbin/unwind/libunbound/validator/val_nsec3.c
1245
if(qinfo->qtype == LDNS_RR_TYPE_DS && qinfo->qname_len != 1
sbin/unwind/libunbound/validator/val_nsec3.c
1251
} else if(qinfo->qtype != LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_nsec3.c
1254
if(!nsec3_has_type(rrset, rr, LDNS_RR_TYPE_DS)) {
sbin/unwind/libunbound/validator/val_nsec3.c
1286
} else if(sec==sec_status_insecure && qinfo->qtype!=LDNS_RR_TYPE_DS){
sbin/unwind/libunbound/validator/val_nsec3.c
1311
if(qinfo->qtype == LDNS_RR_TYPE_DS && qinfo->qname_len != 1
sbin/unwind/libunbound/validator/val_nsec3.c
1316
} else if(qinfo->qtype != LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_nsec3.c
1356
if(qinfo->qtype == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/validator/val_nsec3.c
1490
log_assert(qinfo->qtype == LDNS_RR_TYPE_DS);
sbin/unwind/libunbound/validator/val_nsec3.c
1522
} else if(nsec3_has_type(rrset, rr, LDNS_RR_TYPE_DS)) {
sbin/unwind/libunbound/validator/val_nsec3.c
449
if(qinfo->qtype == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_utils.c
1307
env->rrset_cache, nm, nmlen, LDNS_RR_TYPE_DS, c, 0,
sbin/unwind/libunbound/validator/val_utils.c
1316
msg = dns_msg_create(nm, nmlen, LDNS_RR_TYPE_DS, c, region, 1);
sbin/unwind/libunbound/validator/val_utils.c
1327
qinfo.qtype = LDNS_RR_TYPE_DS;
sbin/unwind/libunbound/validator/val_utils.c
88
if(ntohs(rep->rrsets[i]->rk.type) == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/validator/validator.c
1836
if(vq->qchase.qtype == LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/validator/validator.c
2078
log_nametypeclass(VERB_ALGO, "DS RRset", vq->ds_rrset->rk.dname, LDNS_RR_TYPE_DS, LDNS_RR_CLASS_IN);
sbin/unwind/libunbound/validator/validator.c
2137
target_key_len, LDNS_RR_TYPE_DS, vq->qchase.qclass,
sbin/unwind/libunbound/validator/validator.c
3456
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/iterator/iter_scrub.c
355
tp == LDNS_RR_TYPE_DS || tp == LDNS_RR_TYPE_NSEC ||
usr.sbin/unbound/iterator/iter_scrub.c
712
if(rrset->type==LDNS_RR_TYPE_DS &&
usr.sbin/unbound/iterator/iter_scrub.c
713
qinfo->qtype == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/iterator/iter_utils.c
1366
if(ntohs(s->rk.type) == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/iterator/iter_utils.c
1464
if(ntohs(s->rk.type) == LDNS_RR_TYPE_DS)
usr.sbin/unbound/iterator/iter_utils.c
921
LDNS_RR_TYPE_DS, dclass))
usr.sbin/unbound/iterator/iterator.c
1229
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS)
usr.sbin/unbound/iterator/iterator.c
1337
if( (iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue)
usr.sbin/unbound/iterator/iterator.c
1617
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue ||
usr.sbin/unbound/iterator/iterator.c
1830
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue) {
usr.sbin/unbound/iterator/iterator.c
2650
&& (iq->qchase.qtype == LDNS_RR_TYPE_DS
usr.sbin/unbound/iterator/iterator.c
3285
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
usr.sbin/unbound/iterator/iterator.c
3513
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
usr.sbin/unbound/iterator/iterator.c
4197
else if(super->qinfo.qtype == LDNS_RR_TYPE_DS && ((struct iter_qstate*)
usr.sbin/unbound/services/authzone.c
2506
(qinfo->qtype != LDNS_RR_TYPE_DS ||
usr.sbin/unbound/services/authzone.c
3245
if((ds=az_domain_rrset(ce, LDNS_RR_TYPE_DS))!=NULL) {
usr.sbin/unbound/services/authzone.c
3578
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/services/authzone.c
8307
if(z->zonemd_callback_qtype == LDNS_RR_TYPE_DS)
usr.sbin/unbound/services/authzone.c
8454
qinfo.qtype = LDNS_RR_TYPE_DS;
usr.sbin/unbound/services/cache/dns.c
439
env->rrset_cache, dp->name, dp->namelen, LDNS_RR_TYPE_DS,
usr.sbin/unbound/services/cache/dns.c
450
if(rrset && nsec_has_type(rrset, LDNS_RR_TYPE_DS)) {
usr.sbin/unbound/services/cache/dns.c
964
if(!no_partial && qtype != LDNS_RR_TYPE_DS &&
usr.sbin/unbound/services/cache/dns.c
983
if((qtype == LDNS_RR_TYPE_DS || qtype == LDNS_RR_TYPE_DNSKEY) &&
usr.sbin/unbound/services/cache/dns.c
997
(qtype == LDNS_RR_TYPE_DS ||
usr.sbin/unbound/services/localzone.c
1250
if(dtype == LDNS_RR_TYPE_DS && !dname_is_root(name)) {
usr.sbin/unbound/services/localzone.c
2183
z = local_zones_lookup(zones, name, len, labs, dclass, LDNS_RR_TYPE_DS);
usr.sbin/unbound/services/localzone.c
2188
del_local_rrset(d, LDNS_RR_TYPE_DS);
usr.sbin/unbound/services/rpz.c
158
case LDNS_RR_TYPE_DS:
usr.sbin/unbound/services/rpz.c
191
case LDNS_RR_TYPE_DS:
usr.sbin/unbound/services/rpz.c
677
rrtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/sldns/rrdef.c
331
{LDNS_RR_TYPE_DS, "DS", 4, 4, type_ds_wireformat, LDNS_RDF_TYPE_NONE, LDNS_RR_NO_COMPRESS, 0 },
usr.sbin/unbound/testcode/unitverify.c
270
ds = find_rrset_type(rep, LDNS_RR_TYPE_DS);
usr.sbin/unbound/util/data/msgencode.c
448
case LDNS_RR_TYPE_DS:
usr.sbin/unbound/validator/autotrust.c
1400
else if(t == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/validator/autotrust.c
504
sldns_wirerr_get_type(rr, rr_len, dname_len)!=LDNS_RR_TYPE_DS) {
usr.sbin/unbound/validator/autotrust.c
564
(*list)->dname_len) == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/validator/autotrust.c
583
(*list)->dname_len) != LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_anchor.c
1016
ta->name, LDNS_RR_TYPE_DS, ta->dclass);
usr.sbin/unbound/validator/val_anchor.c
312
if(type != LDNS_RR_TYPE_DS && type != LDNS_RR_TYPE_DNSKEY) {
usr.sbin/unbound/validator/val_anchor.c
339
if(type == LDNS_RR_TYPE_DS)
usr.sbin/unbound/validator/val_anchor.c
390
ta = anchor_store_new_key(anchors, nm, LDNS_RR_TYPE_DS,
usr.sbin/unbound/validator/val_anchor.c
458
LDNS_RR_TYPE_DS && sldns_wirerr_get_type(rr, len,
usr.sbin/unbound/validator/val_anchor.c
937
ta->ds_rrset = assemble_it(ta, ta->numDS, LDNS_RR_TYPE_DS);
usr.sbin/unbound/validator/val_neg.c
1280
LDNS_RR_TYPE_DS, now);
usr.sbin/unbound/validator/val_neg.c
1290
nsec3_has_type(ce_rrset, 0, LDNS_RR_TYPE_DS) ||
usr.sbin/unbound/validator/val_neg.c
1294
LDNS_RR_TYPE_DS, zone->dclass, region, 1)))
usr.sbin/unbound/validator/val_neg.c
1328
LDNS_RR_TYPE_DS, zone->dclass, region, 3)))
usr.sbin/unbound/validator/val_neg.c
1401
if(qinfo->qtype != LDNS_RR_TYPE_DS && !cfg->aggressive_nsec)
usr.sbin/unbound/validator/val_neg.c
1521
if(qinfo->qtype != LDNS_RR_TYPE_DS){
usr.sbin/unbound/validator/val_nsec.c
152
log_assert(qinfo->qtype == LDNS_RR_TYPE_DS);
usr.sbin/unbound/validator/val_nsec.c
160
if(nsec_has_type(nsec, LDNS_RR_TYPE_DS)) {
usr.sbin/unbound/validator/val_nsec.c
399
if(qinfo->qtype != LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_nsec.c
403
} else if(qinfo->qtype == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_nsec.c
466
!nsec_has_type(nsec, LDNS_RR_TYPE_DS) &&
usr.sbin/unbound/validator/val_nsec.c
469
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/validator/val_nsec3.c
1056
if(!nsec3_has_type(ce->ce_rrset, ce->ce_rr, LDNS_RR_TYPE_DS)) {
usr.sbin/unbound/validator/val_nsec3.c
1245
if(qinfo->qtype == LDNS_RR_TYPE_DS && qinfo->qname_len != 1
usr.sbin/unbound/validator/val_nsec3.c
1251
} else if(qinfo->qtype != LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_nsec3.c
1254
if(!nsec3_has_type(rrset, rr, LDNS_RR_TYPE_DS)) {
usr.sbin/unbound/validator/val_nsec3.c
1286
} else if(sec==sec_status_insecure && qinfo->qtype!=LDNS_RR_TYPE_DS){
usr.sbin/unbound/validator/val_nsec3.c
1311
if(qinfo->qtype == LDNS_RR_TYPE_DS && qinfo->qname_len != 1
usr.sbin/unbound/validator/val_nsec3.c
1316
} else if(qinfo->qtype != LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_nsec3.c
1356
if(qinfo->qtype == LDNS_RR_TYPE_DS)
usr.sbin/unbound/validator/val_nsec3.c
1490
log_assert(qinfo->qtype == LDNS_RR_TYPE_DS);
usr.sbin/unbound/validator/val_nsec3.c
1522
} else if(nsec3_has_type(rrset, rr, LDNS_RR_TYPE_DS)) {
usr.sbin/unbound/validator/val_nsec3.c
449
if(qinfo->qtype == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_utils.c
1307
env->rrset_cache, nm, nmlen, LDNS_RR_TYPE_DS, c, 0,
usr.sbin/unbound/validator/val_utils.c
1316
msg = dns_msg_create(nm, nmlen, LDNS_RR_TYPE_DS, c, region, 1);
usr.sbin/unbound/validator/val_utils.c
1327
qinfo.qtype = LDNS_RR_TYPE_DS;
usr.sbin/unbound/validator/val_utils.c
88
if(ntohs(rep->rrsets[i]->rk.type) == LDNS_RR_TYPE_DS)
usr.sbin/unbound/validator/validator.c
1836
if(vq->qchase.qtype == LDNS_RR_TYPE_DS ||
usr.sbin/unbound/validator/validator.c
2078
log_nametypeclass(VERB_ALGO, "DS RRset", vq->ds_rrset->rk.dname, LDNS_RR_TYPE_DS, LDNS_RR_CLASS_IN);
usr.sbin/unbound/validator/validator.c
2137
target_key_len, LDNS_RR_TYPE_DS, vq->qchase.qclass,
usr.sbin/unbound/validator/validator.c
3456
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS) {