Symbol: LDNS_RR_TYPE_DS
sbin/unwind/libunbound/iterator/iter_scrub.c
366
tp == LDNS_RR_TYPE_DS || tp == LDNS_RR_TYPE_NSEC ||
sbin/unwind/libunbound/iterator/iter_scrub.c
764
if(rrset->type==LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/iterator/iter_scrub.c
765
qinfo->qtype == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/iterator/iter_utils.c
1403
if(ntohs(s->rk.type) == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/iterator/iter_utils.c
1501
if(ntohs(s->rk.type) == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/iterator/iter_utils.c
958
LDNS_RR_TYPE_DS, dclass))
sbin/unwind/libunbound/iterator/iterator.c
1255
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/iterator/iterator.c
1363
if( (iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue)
sbin/unwind/libunbound/iterator/iterator.c
1643
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue ||
sbin/unwind/libunbound/iterator/iterator.c
1856
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue) {
sbin/unwind/libunbound/iterator/iterator.c
2674
&& (iq->qchase.qtype == LDNS_RR_TYPE_DS
sbin/unwind/libunbound/iterator/iterator.c
3309
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
sbin/unwind/libunbound/iterator/iterator.c
3537
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
sbin/unwind/libunbound/iterator/iterator.c
4222
else if(super->qinfo.qtype == LDNS_RR_TYPE_DS && ((struct iter_qstate*)
sbin/unwind/libunbound/services/authzone.c
2531
(qinfo->qtype != LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/services/authzone.c
3270
if((ds=az_domain_rrset(ce, LDNS_RR_TYPE_DS))!=NULL) {
sbin/unwind/libunbound/services/authzone.c
3603
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/services/authzone.c
8387
if(z->zonemd_callback_qtype == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/services/authzone.c
8534
qinfo.qtype = LDNS_RR_TYPE_DS;
sbin/unwind/libunbound/services/cache/dns.c
1018
if(!no_partial && qtype != LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/services/cache/dns.c
1037
if((qtype == LDNS_RR_TYPE_DS || qtype == LDNS_RR_TYPE_DNSKEY) &&
sbin/unwind/libunbound/services/cache/dns.c
1051
(qtype == LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/services/cache/dns.c
461
env->rrset_cache, dp->name, dp->namelen, LDNS_RR_TYPE_DS,
sbin/unwind/libunbound/services/cache/dns.c
472
if(rrset && nsec_has_type(rrset, LDNS_RR_TYPE_DS)) {
sbin/unwind/libunbound/services/localzone.c
1262
if(dtype == LDNS_RR_TYPE_DS && !dname_is_root(name)) {
sbin/unwind/libunbound/services/localzone.c
2213
z = local_zones_lookup(zones, name, len, labs, dclass, LDNS_RR_TYPE_DS,
sbin/unwind/libunbound/services/localzone.c
2219
del_local_rrset(d, LDNS_RR_TYPE_DS);
sbin/unwind/libunbound/services/rpz.c
159
case LDNS_RR_TYPE_DS:
sbin/unwind/libunbound/services/rpz.c
192
case LDNS_RR_TYPE_DS:
sbin/unwind/libunbound/services/rpz.c
678
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
1302
LDNS_RR_TYPE_DS, now);
sbin/unwind/libunbound/validator/val_neg.c
1312
nsec3_has_type(ce_rrset, 0, LDNS_RR_TYPE_DS) ||
sbin/unwind/libunbound/validator/val_neg.c
1316
LDNS_RR_TYPE_DS, zone->dclass, region, 1)))
sbin/unwind/libunbound/validator/val_neg.c
1352
LDNS_RR_TYPE_DS, zone->dclass, region, 3)))
sbin/unwind/libunbound/validator/val_neg.c
1427
if(qinfo->qtype != LDNS_RR_TYPE_DS && !cfg->aggressive_nsec)
sbin/unwind/libunbound/validator/val_neg.c
1551
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
1112
if(!nsec3_has_type(ce->ce_rrset, ce->ce_rr, LDNS_RR_TYPE_DS)) {
sbin/unwind/libunbound/validator/val_nsec3.c
1303
if(qinfo->qtype == LDNS_RR_TYPE_DS && qinfo->qname_len != 1
sbin/unwind/libunbound/validator/val_nsec3.c
1309
} else if(qinfo->qtype != LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_nsec3.c
1312
if(!nsec3_has_type(rrset, rr, LDNS_RR_TYPE_DS)) {
sbin/unwind/libunbound/validator/val_nsec3.c
1344
} else if(sec==sec_status_insecure && qinfo->qtype!=LDNS_RR_TYPE_DS){
sbin/unwind/libunbound/validator/val_nsec3.c
1369
if(qinfo->qtype == LDNS_RR_TYPE_DS && qinfo->qname_len != 1
sbin/unwind/libunbound/validator/val_nsec3.c
1374
} else if(qinfo->qtype != LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_nsec3.c
1414
if(qinfo->qtype == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/validator/val_nsec3.c
1552
log_assert(qinfo->qtype == LDNS_RR_TYPE_DS);
sbin/unwind/libunbound/validator/val_nsec3.c
1586
} else if(nsec3_has_type(rrset, rr, LDNS_RR_TYPE_DS)) {
sbin/unwind/libunbound/validator/val_nsec3.c
444
if(qinfo->qtype == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_utils.c
1316
env->rrset_cache, nm, nmlen, LDNS_RR_TYPE_DS, c, 0,
sbin/unwind/libunbound/validator/val_utils.c
1326
msg = dns_msg_create(nm, nmlen, LDNS_RR_TYPE_DS, c, region, 1);
sbin/unwind/libunbound/validator/val_utils.c
1338
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
1915
if(vq->qchase.qtype == LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/validator/validator.c
2157
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
2216
target_key_len, LDNS_RR_TYPE_DS, vq->qchase.qclass,
sbin/unwind/libunbound/validator/validator.c
3598
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/iterator/iter_scrub.c
366
tp == LDNS_RR_TYPE_DS || tp == LDNS_RR_TYPE_NSEC ||
usr.sbin/unbound/iterator/iter_scrub.c
764
if(rrset->type==LDNS_RR_TYPE_DS &&
usr.sbin/unbound/iterator/iter_scrub.c
765
qinfo->qtype == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/iterator/iter_utils.c
1403
if(ntohs(s->rk.type) == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/iterator/iter_utils.c
1501
if(ntohs(s->rk.type) == LDNS_RR_TYPE_DS)
usr.sbin/unbound/iterator/iter_utils.c
958
LDNS_RR_TYPE_DS, dclass))
usr.sbin/unbound/iterator/iterator.c
1255
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS)
usr.sbin/unbound/iterator/iterator.c
1363
if( (iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue)
usr.sbin/unbound/iterator/iterator.c
1643
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue ||
usr.sbin/unbound/iterator/iterator.c
1856
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue) {
usr.sbin/unbound/iterator/iterator.c
2674
&& (iq->qchase.qtype == LDNS_RR_TYPE_DS
usr.sbin/unbound/iterator/iterator.c
3309
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
usr.sbin/unbound/iterator/iterator.c
3537
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
usr.sbin/unbound/iterator/iterator.c
4222
else if(super->qinfo.qtype == LDNS_RR_TYPE_DS && ((struct iter_qstate*)
usr.sbin/unbound/services/authzone.c
2531
(qinfo->qtype != LDNS_RR_TYPE_DS ||
usr.sbin/unbound/services/authzone.c
3270
if((ds=az_domain_rrset(ce, LDNS_RR_TYPE_DS))!=NULL) {
usr.sbin/unbound/services/authzone.c
3603
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/services/authzone.c
8387
if(z->zonemd_callback_qtype == LDNS_RR_TYPE_DS)
usr.sbin/unbound/services/authzone.c
8534
qinfo.qtype = LDNS_RR_TYPE_DS;
usr.sbin/unbound/services/cache/dns.c
1018
if(!no_partial && qtype != LDNS_RR_TYPE_DS &&
usr.sbin/unbound/services/cache/dns.c
1037
if((qtype == LDNS_RR_TYPE_DS || qtype == LDNS_RR_TYPE_DNSKEY) &&
usr.sbin/unbound/services/cache/dns.c
1051
(qtype == LDNS_RR_TYPE_DS ||
usr.sbin/unbound/services/cache/dns.c
461
env->rrset_cache, dp->name, dp->namelen, LDNS_RR_TYPE_DS,
usr.sbin/unbound/services/cache/dns.c
472
if(rrset && nsec_has_type(rrset, LDNS_RR_TYPE_DS)) {
usr.sbin/unbound/services/localzone.c
1262
if(dtype == LDNS_RR_TYPE_DS && !dname_is_root(name)) {
usr.sbin/unbound/services/localzone.c
2213
z = local_zones_lookup(zones, name, len, labs, dclass, LDNS_RR_TYPE_DS,
usr.sbin/unbound/services/localzone.c
2219
del_local_rrset(d, LDNS_RR_TYPE_DS);
usr.sbin/unbound/services/rpz.c
159
case LDNS_RR_TYPE_DS:
usr.sbin/unbound/services/rpz.c
192
case LDNS_RR_TYPE_DS:
usr.sbin/unbound/services/rpz.c
678
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
1302
LDNS_RR_TYPE_DS, now);
usr.sbin/unbound/validator/val_neg.c
1312
nsec3_has_type(ce_rrset, 0, LDNS_RR_TYPE_DS) ||
usr.sbin/unbound/validator/val_neg.c
1316
LDNS_RR_TYPE_DS, zone->dclass, region, 1)))
usr.sbin/unbound/validator/val_neg.c
1352
LDNS_RR_TYPE_DS, zone->dclass, region, 3)))
usr.sbin/unbound/validator/val_neg.c
1427
if(qinfo->qtype != LDNS_RR_TYPE_DS && !cfg->aggressive_nsec)
usr.sbin/unbound/validator/val_neg.c
1551
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
1112
if(!nsec3_has_type(ce->ce_rrset, ce->ce_rr, LDNS_RR_TYPE_DS)) {
usr.sbin/unbound/validator/val_nsec3.c
1303
if(qinfo->qtype == LDNS_RR_TYPE_DS && qinfo->qname_len != 1
usr.sbin/unbound/validator/val_nsec3.c
1309
} else if(qinfo->qtype != LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_nsec3.c
1312
if(!nsec3_has_type(rrset, rr, LDNS_RR_TYPE_DS)) {
usr.sbin/unbound/validator/val_nsec3.c
1344
} else if(sec==sec_status_insecure && qinfo->qtype!=LDNS_RR_TYPE_DS){
usr.sbin/unbound/validator/val_nsec3.c
1369
if(qinfo->qtype == LDNS_RR_TYPE_DS && qinfo->qname_len != 1
usr.sbin/unbound/validator/val_nsec3.c
1374
} else if(qinfo->qtype != LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_nsec3.c
1414
if(qinfo->qtype == LDNS_RR_TYPE_DS)
usr.sbin/unbound/validator/val_nsec3.c
1552
log_assert(qinfo->qtype == LDNS_RR_TYPE_DS);
usr.sbin/unbound/validator/val_nsec3.c
1586
} else if(nsec3_has_type(rrset, rr, LDNS_RR_TYPE_DS)) {
usr.sbin/unbound/validator/val_nsec3.c
444
if(qinfo->qtype == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_utils.c
1316
env->rrset_cache, nm, nmlen, LDNS_RR_TYPE_DS, c, 0,
usr.sbin/unbound/validator/val_utils.c
1326
msg = dns_msg_create(nm, nmlen, LDNS_RR_TYPE_DS, c, region, 1);
usr.sbin/unbound/validator/val_utils.c
1338
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
1915
if(vq->qchase.qtype == LDNS_RR_TYPE_DS ||
usr.sbin/unbound/validator/validator.c
2157
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
2216
target_key_len, LDNS_RR_TYPE_DS, vq->qchase.qclass,
usr.sbin/unbound/validator/validator.c
3598
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS) {