sbin/pfctl/pfctl_parser.h
186
int qtype;
sbin/unwind/frontend.c
802
sldns_wire2str_type_buf(pq->qinfo.qtype, qtype_buf, sizeof(qtype_buf));
sbin/unwind/frontend.c
821
if (pq->qinfo.qtype == LDNS_RR_TYPE_AXFR || pq->qinfo.qtype ==
sbin/unwind/frontend.c
827
if(pq->qinfo.qtype == LDNS_RR_TYPE_OPT ||
sbin/unwind/frontend.c
828
pq->qinfo.qtype == LDNS_RR_TYPE_TSIG ||
sbin/unwind/frontend.c
829
pq->qinfo.qtype == LDNS_RR_TYPE_TKEY ||
sbin/unwind/frontend.c
830
pq->qinfo.qtype == LDNS_RR_TYPE_MAILA ||
sbin/unwind/frontend.c
831
pq->qinfo.qtype == LDNS_RR_TYPE_MAILB ||
sbin/unwind/frontend.c
832
(pq->qinfo.qtype >= 128 && pq->qinfo.qtype <= 248)) {
sbin/unwind/frontend.c
853
query_imsg.t = pq->qinfo.qtype;
sbin/unwind/frontend.c
899
!pq->dns64_synthesize && pq->qinfo.qtype == LDNS_RR_TYPE_AAAA &&
sbin/unwind/libunbound/daemon/stats.h
119
uint16_t qtype, uint16_t qclass, struct edns_data* edns,
sbin/unwind/libunbound/dns64/dns64.c
1003
if (qstate->qinfo.qtype == LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/dns64/dns64.c
1006
log_assert(qstate->qinfo.qtype == LDNS_RR_TYPE_PTR);
sbin/unwind/libunbound/dns64/dns64.c
522
qinfo.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/dns64/dns64.c
581
&& qstate->qinfo.qtype == LDNS_RR_TYPE_PTR
sbin/unwind/libunbound/dns64/dns64.c
589
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA &&
sbin/unwind/libunbound/dns64/dns64.c
638
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA &&
sbin/unwind/libunbound/dns64/dns64.c
991
if(qstate->qinfo.qtype == LDNS_RR_TYPE_A &&
sbin/unwind/libunbound/iterator/iter_delegpt.c
547
void delegpt_mark_neg(struct delegpt_ns* ns, uint16_t qtype)
sbin/unwind/libunbound/iterator/iter_delegpt.c
550
if(qtype == LDNS_RR_TYPE_A)
sbin/unwind/libunbound/iterator/iter_delegpt.c
552
else if(qtype == LDNS_RR_TYPE_AAAA)
sbin/unwind/libunbound/iterator/iter_delegpt.c
568
delegpt_mark_neg(ns, msg->key.qtype);
sbin/unwind/libunbound/iterator/iter_delegpt.h
380
void delegpt_mark_neg(struct delegpt_ns* ns, uint16_t qtype);
sbin/unwind/libunbound/iterator/iter_resptype.c
167
if((request->qtype == LDNS_RR_TYPE_ANY ||
sbin/unwind/libunbound/iterator/iter_resptype.c
168
request->qtype == LDNS_RR_TYPE_NS) &&
sbin/unwind/libunbound/iterator/iter_resptype.c
183
if(ntohs(s->rk.type) == request->qtype &&
sbin/unwind/libunbound/iterator/iter_resptype.c
203
if(request->qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/iterator/iter_resptype.c
59
if(request->qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/iterator/iter_resptype.c
80
if(ntohs(s->rk.type) == request->qtype &&
sbin/unwind/libunbound/iterator/iter_scrub.c
1165
if(msg->qtype != qinfo->qtype || msg->qclass != qinfo->qclass)
sbin/unwind/libunbound/iterator/iter_scrub.c
616
if(qinfo->qtype == LDNS_RR_TYPE_ANY) {
sbin/unwind/libunbound/iterator/iter_scrub.c
633
if(qinfo->qtype != LDNS_RR_TYPE_ANY &&
sbin/unwind/libunbound/iterator/iter_scrub.c
634
qinfo->qtype != rrset->type) {
sbin/unwind/libunbound/iterator/iter_scrub.c
765
qinfo->qtype == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/iterator/iter_utils.c
1268
neg->rk.type = htons(qinfo->qtype);
sbin/unwind/libunbound/iterator/iter_utils.c
304
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
sbin/unwind/libunbound/iterator/iter_utils.c
359
name, namelen, qtype, &lame, &dnsseclame, &reclame,
sbin/unwind/libunbound/iterator/iter_utils.c
398
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
sbin/unwind/libunbound/iterator/iter_utils.c
410
name, namelen, qtype, now, a);
sbin/unwind/libunbound/iterator/iter_utils.c
477
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
sbin/unwind/libunbound/iterator/iter_utils.c
487
got_num = iter_fill_rtt(iter_env, env, name, namelen, qtype, now, dp,
sbin/unwind/libunbound/iterator/iter_utils.c
671
uint8_t* name, size_t namelen, uint16_t qtype, int* dnssec_lame,
sbin/unwind/libunbound/iterator/iter_utils.c
678
int num = iter_filter_order(iter_env, env, name, namelen, qtype,
sbin/unwind/libunbound/iterator/iter_utils.c
804
qinf.qtype = t;
sbin/unwind/libunbound/iterator/iter_utils.c
900
if( ((qinfo->qtype == LDNS_RR_TYPE_A && supports_ipv4) ||
sbin/unwind/libunbound/iterator/iter_utils.c
901
(qinfo->qtype == LDNS_RR_TYPE_AAAA && supports_ipv6)) &&
sbin/unwind/libunbound/iterator/iter_utils.h
112
size_t namelen, uint16_t qtype, int* dnssec_lame,
sbin/unwind/libunbound/iterator/iterator.c
1203
if(qstate->qinfo.qtype == ntohs(s->rk.type) &&
sbin/unwind/libunbound/iterator/iterator.c
1247
if(qstate->qinfo.qtype == LDNS_RR_TYPE_NS &&
sbin/unwind/libunbound/iterator/iterator.c
1255
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/iterator/iterator.c
1308
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY &&
sbin/unwind/libunbound/iterator/iterator.c
1363
if( (iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue)
sbin/unwind/libunbound/iterator/iterator.c
1469
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/iterator/iterator.c
1522
iq->qchase.qname_len, iq->qchase.qtype,
sbin/unwind/libunbound/iterator/iterator.c
1643
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue ||
sbin/unwind/libunbound/iterator/iterator.c
1644
(iq->qchase.qtype == LDNS_RR_TYPE_NS && qstate->prefetch_leeway
sbin/unwind/libunbound/iterator/iterator.c
1652
(iq->qchase.qtype == LDNS_RR_TYPE_NS &&
sbin/unwind/libunbound/iterator/iterator.c
1664
delnamelen, iq->qchase.qtype, iq->qchase.qclass,
sbin/unwind/libunbound/iterator/iterator.c
1856
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue) {
sbin/unwind/libunbound/iterator/iterator.c
1944
uint16_t qtype, uint16_t qclass)
sbin/unwind/libunbound/iterator/iterator.c
1947
if(!generate_sub_request(name, namelen, qtype, qclass, qstate,
sbin/unwind/libunbound/iterator/iterator.c
1964
name, namelen, qtype, qclass, subq->region,
sbin/unwind/libunbound/iterator/iterator.c
1977
log_nametypeclass(VERB_QUERY, "new pside target", name, qtype, qclass);
sbin/unwind/libunbound/iterator/iterator.c
1996
int id, uint8_t* name, size_t namelen, uint16_t qtype, uint16_t qclass)
sbin/unwind/libunbound/iterator/iterator.c
1999
if(!generate_sub_request(name, namelen, qtype, qclass, qstate,
sbin/unwind/libunbound/iterator/iterator.c
2002
log_nametypeclass(VERB_QUERY, "new target", name, qtype, qclass);
sbin/unwind/libunbound/iterator/iterator.c
227
if(qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
sbin/unwind/libunbound/iterator/iterator.c
228
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA) {
sbin/unwind/libunbound/iterator/iterator.c
250
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
sbin/unwind/libunbound/iterator/iterator.c
257
if(qstate->qinfo.qtype == LDNS_RR_TYPE_NS) {
sbin/unwind/libunbound/iterator/iterator.c
2616
iq->qinfo_out.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/iterator/iterator.c
2674
&& (iq->qchase.qtype == LDNS_RR_TYPE_DS
sbin/unwind/libunbound/iterator/iterator.c
2675
|| iq->qchase.qtype == LDNS_RR_TYPE_A)))
sbin/unwind/libunbound/iterator/iterator.c
2681
iq->qinfo_out.qtype, iq->qinfo_out.qclass,
sbin/unwind/libunbound/iterator/iterator.c
2703
iq->qinfo_out.qtype,
sbin/unwind/libunbound/iterator/iterator.c
2884
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/iterator/iterator.c
2935
iq->dp->name, iq->dp->namelen, iq->qchase.qtype,
sbin/unwind/libunbound/iterator/iterator.c
314
qstate->qinfo.qtype, qstate->qinfo.qclass,
sbin/unwind/libunbound/iterator/iterator.c
3280
(iq->qchase.qtype == LDNS_RR_TYPE_CNAME ||
sbin/unwind/libunbound/iterator/iterator.c
3281
iq->qchase.qtype == LDNS_RR_TYPE_ANY) &&
sbin/unwind/libunbound/iterator/iterator.c
3309
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
sbin/unwind/libunbound/iterator/iterator.c
3322
if(iq->qchase.qtype == LDNS_RR_TYPE_DNSKEY && SERVE_EXPIRED
sbin/unwind/libunbound/iterator/iterator.c
3335
iq->qchase.qtype != iq->response->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
3392
iq->response->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
3414
( qstate->qinfo.qtype == LDNS_RR_TYPE_NS
sbin/unwind/libunbound/iterator/iterator.c
3446
iq->qchase.qtype, iq->qchase.qclass);
sbin/unwind/libunbound/iterator/iterator.c
3537
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
sbin/unwind/libunbound/iterator/iterator.c
3586
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/iterator/iterator.c
3656
iq->qchase.qtype))
sbin/unwind/libunbound/iterator/iterator.c
3674
*qstate->env->now, 0, 1, iq->qchase.qtype))
sbin/unwind/libunbound/iterator/iterator.c
3806
qstate->qinfo.qname, qstate->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
3809
qstate->qinfo.qname_len, qstate->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
3913
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
sbin/unwind/libunbound/iterator/iterator.c
4092
qstate->qinfo.qname, qstate->qinfo.qtype, c);
sbin/unwind/libunbound/iterator/iterator.c
4094
qstate->qinfo.qname_len, qstate->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
4222
else if(super->qinfo.qtype == LDNS_RR_TYPE_DS && ((struct iter_qstate*)
sbin/unwind/libunbound/iterator/iterator.c
823
generate_sub_request(uint8_t* qname, size_t qnamelen, uint16_t qtype,
sbin/unwind/libunbound/iterator/iterator.c
837
qinf.qtype = qtype;
sbin/unwind/libunbound/libunbound/context.c
185
q->res->qtype = rrtype;
sbin/unwind/libunbound/libunbound/context.c
256
sldns_write_uint32(p+2*sizeof(uint32_t), (uint32_t)q->res->qtype);
sbin/unwind/libunbound/libunbound/context.c
280
q->res->qtype = (int)sldns_read_uint32(p+2*sizeof(uint32_t));
sbin/unwind/libunbound/libunbound/libworker.c
590
qinfo->qtype = (uint16_t)q->res->qtype;
sbin/unwind/libunbound/libunbound/unbound.h
127
int qtype;
sbin/unwind/libunbound/libunbound/unbound.h
724
long long qtype[UB_STATS_QTYPE_NUM];
sbin/unwind/libunbound/respip/respip.c
1020
(data) ? data : raddr->data, qinfo->qtype, rep,
sbin/unwind/libunbound/respip/respip.c
1030
if(!result && !respip_nodata_answer(qinfo->qtype, action, rep,
sbin/unwind/libunbound/respip/respip.c
1050
qinfo->qtype != LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/respip/respip.c
1077
subqi.qtype = qstate->qinfo.qtype;
sbin/unwind/libunbound/respip/respip.c
1114
if((qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
sbin/unwind/libunbound/respip/respip.c
1115
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA ||
sbin/unwind/libunbound/respip/respip.c
1116
qstate->qinfo.qtype == LDNS_RR_TYPE_ANY) &&
sbin/unwind/libunbound/respip/respip.c
1325
uint16_t qtype, uint16_t qclass, struct local_rrset* local_alias,
sbin/unwind/libunbound/respip/respip.c
1360
log_nametypeclass(NO_VERBOSE, txt, qname, qtype, qclass);
sbin/unwind/libunbound/respip/respip.c
674
uint16_t qtype, const struct reply_info* rep,
sbin/unwind/libunbound/respip/respip.c
696
dataqinfo.qtype = ntohs(rep->rrsets[rrset_id]->rk.type);
sbin/unwind/libunbound/respip/respip.c
731
if(qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/respip/respip.c
761
respip_nodata_answer(uint16_t qtype, enum respip_action action,
sbin/unwind/libunbound/respip/respip.c
786
if(qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/respip/respip.h
267
uint8_t* qname, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/authzone.c
125
msg->qinfo.qtype = qinfo->qtype;
sbin/unwind/libunbound/services/authzone.c
2531
(qinfo->qtype != LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/services/authzone.c
2838
qinfo.qtype = 0;
sbin/unwind/libunbound/services/authzone.c
2953
qinfo.qtype = 0;
sbin/unwind/libunbound/services/authzone.c
3193
follow_cname_chain(struct auth_zone* z, uint16_t qtype,
sbin/unwind/libunbound/services/authzone.c
3212
if((rrset=az_domain_rrset(node, qtype))!=NULL) {
sbin/unwind/libunbound/services/authzone.c
3234
if(!follow_cname_chain(z, qinfo->qtype, region, msg, rrset->data))
sbin/unwind/libunbound/services/authzone.c
3305
if(!follow_cname_chain(z, qinfo->qtype, region, msg,
sbin/unwind/libunbound/services/authzone.c
3320
if((rrset=az_domain_rrset(wildcard, qinfo->qtype)) != NULL) {
sbin/unwind/libunbound/services/authzone.c
3332
if(!follow_cname_chain(z, qinfo->qtype, region, msg,
sbin/unwind/libunbound/services/authzone.c
3335
} else if(qinfo->qtype == LDNS_RR_TYPE_ANY && wildcard->rrsets) {
sbin/unwind/libunbound/services/authzone.c
3401
if((rrset=az_domain_rrset(node, qinfo->qtype)) != NULL) {
sbin/unwind/libunbound/services/authzone.c
3410
if(qinfo->qtype == LDNS_RR_TYPE_ANY) {
sbin/unwind/libunbound/services/authzone.c
3475
sldns_wire2str_type_buf(qinfo->qtype, tpstr, sizeof(tpstr));
sbin/unwind/libunbound/services/authzone.c
3603
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/services/authzone.c
4288
qinfo.qtype = LDNS_RR_TYPE_SOA;
sbin/unwind/libunbound/services/authzone.c
4313
qinfo.qtype = LDNS_RR_TYPE_IXFR;
sbin/unwind/libunbound/services/authzone.c
4315
qinfo.qtype = LDNS_RR_TYPE_AXFR;
sbin/unwind/libunbound/services/authzone.c
4325
if(qinfo.qtype == LDNS_RR_TYPE_IXFR) {
sbin/unwind/libunbound/services/authzone.c
4351
check_packet_ok(sldns_buffer* pkt, uint16_t qtype, struct auth_xfer* xfr,
sbin/unwind/libunbound/services/authzone.c
4385
if(sldns_buffer_read_u16(pkt) != qtype)
sbin/unwind/libunbound/services/authzone.c
4406
if(sldns_buffer_read_u16(pkt) != qtype)
sbin/unwind/libunbound/services/authzone.c
5489
qinfo.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/services/authzone.c
5491
qinfo.qtype = LDNS_RR_TYPE_AAAA;
sbin/unwind/libunbound/services/authzone.c
5779
if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
5892
uint16_t qtype, qclass;
sbin/unwind/libunbound/services/authzone.c
5912
qtype = sldns_buffer_read_u16(pkt);
sbin/unwind/libunbound/services/authzone.c
5921
if(qtype != LDNS_RR_TYPE_IXFR) {
sbin/unwind/libunbound/services/authzone.c
5928
if(qtype != LDNS_RR_TYPE_AXFR) {
sbin/unwind/libunbound/services/authzone.c
6692
qinfo.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/services/authzone.c
6694
qinfo.qtype = LDNS_RR_TYPE_AAAA;
sbin/unwind/libunbound/services/authzone.c
6872
if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8408
if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8439
} else if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8451
} else if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8458
} else if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8534
qinfo.qtype = LDNS_RR_TYPE_DS;
sbin/unwind/libunbound/services/authzone.c
8535
else qinfo.qtype = LDNS_RR_TYPE_DNSKEY;
sbin/unwind/libunbound/services/authzone.c
8560
z->zonemd_callback_qtype = qinfo.qtype;
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
1039
qtype, qclass, 0, now, 0))) {
sbin/unwind/libunbound/services/cache/dns.c
1051
(qtype == LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/services/cache/dns.c
1075
if(!e && k.qtype != LDNS_RR_TYPE_A &&
sbin/unwind/libunbound/services/cache/dns.c
1077
k.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/services/cache/dns.c
1099
k.qtype = qtype;
sbin/unwind/libunbound/services/cache/dns.c
1104
if(qtype == LDNS_RR_TYPE_ANY) {
sbin/unwind/libunbound/services/cache/dns.c
1105
return fill_any(env, qname, qnamelen, qtype, qclass, region);
sbin/unwind/libunbound/services/cache/dns.c
1122
msgqinf->qname, msgqinf->qname_len, msgqinf->qtype,
sbin/unwind/libunbound/services/cache/dns.c
1146
&& msgqinf->qtype != LDNS_RR_TYPE_RRSIG) {
sbin/unwind/libunbound/services/cache/dns.c
1240
qinfo->qtype, qinfo->qclass, flags, *env->now, 1);
sbin/unwind/libunbound/services/cache/dns.c
149
uint16_t qtype, uint16_t qclass, uint16_t flags)
sbin/unwind/libunbound/services/cache/dns.c
156
k.qtype = qtype;
sbin/unwind/libunbound/services/cache/dns.c
203
qinfo->qtype, qinfo->qclass, flags);
sbin/unwind/libunbound/services/cache/dns.c
305
uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr)
sbin/unwind/libunbound/services/cache/dns.c
313
k.qtype = qtype;
sbin/unwind/libunbound/services/cache/dns.c
491
dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype,
sbin/unwind/libunbound/services/cache/dns.c
502
msg->qinfo.qtype = qtype;
sbin/unwind/libunbound/services/cache/dns.c
553
size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/cache/dns.c
581
*msg = dns_msg_create(qname, qnamelen, qtype, qclass, region,
sbin/unwind/libunbound/services/cache/dns.c
878
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/cache/dns.c
891
msg = dns_msg_create(qname, qnamelen, qtype, qclass,
sbin/unwind/libunbound/services/cache/dns.c
925
msg = dns_msg_create(qname, qnamelen, qtype, qclass,
sbin/unwind/libunbound/services/cache/dns.c
945
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/cache/dns.c
958
k.qtype = qtype;
sbin/unwind/libunbound/services/cache/dns.h
149
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/cache/dns.h
198
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/cache/dns.h
225
struct dns_msg* dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype,
sbin/unwind/libunbound/services/cache/dns.h
268
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/cache/dns.h
281
uint16_t qtype, uint16_t qclass, uint16_t flags);
sbin/unwind/libunbound/services/cache/infra.c
1127
sldns_wire2str_type_buf(qinfo->qtype, ts, sizeof(ts));
sbin/unwind/libunbound/services/cache/infra.c
661
int dnsseclame, int reclame, uint16_t qtype)
sbin/unwind/libunbound/services/cache/infra.c
685
if(!dnsseclame && !reclame && qtype == LDNS_RR_TYPE_A)
sbin/unwind/libunbound/services/cache/infra.c
687
if(!dnsseclame && !reclame && qtype != LDNS_RR_TYPE_A)
sbin/unwind/libunbound/services/cache/infra.c
716
socklen_t addrlen, uint8_t* nm, size_t nmlen, int qtype,
sbin/unwind/libunbound/services/cache/infra.c
744
if(qtype == LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/services/cache/infra.c
747
} else if(qtype == LDNS_RR_TYPE_AAAA) {
sbin/unwind/libunbound/services/cache/infra.c
762
if(qtype == LDNS_RR_TYPE_A)
sbin/unwind/libunbound/services/cache/infra.c
764
else if(qtype == LDNS_RR_TYPE_AAAA)
sbin/unwind/libunbound/services/cache/infra.c
836
uint8_t* name, size_t namelen, uint16_t qtype,
sbin/unwind/libunbound/services/cache/infra.c
855
if(qtype == LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/services/cache/infra.c
859
} else if(qtype == LDNS_RR_TYPE_AAAA) {
sbin/unwind/libunbound/services/cache/infra.c
884
if(host->lame_type_A && qtype == LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/services/cache/infra.c
890
} else if(host->lame_other && qtype != LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/services/cache/infra.h
303
int reclame, uint16_t qtype);
sbin/unwind/libunbound/services/cache/infra.h
321
socklen_t addrlen, uint8_t* name, size_t namelen, int qtype,
sbin/unwind/libunbound/services/cache/infra.h
372
uint8_t* name, size_t namelen, uint16_t qtype,
sbin/unwind/libunbound/services/cache/rrset.c
335
uint16_t qtype, uint16_t qclass, uint32_t flags, time_t timenow,
sbin/unwind/libunbound/services/cache/rrset.c
345
key.rk.type = htons(qtype);
sbin/unwind/libunbound/services/cache/rrset.c
358
if(qtype == LDNS_RR_TYPE_DNAME &&
sbin/unwind/libunbound/services/cache/rrset.h
169
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/localzone.c
1424
if(rdr_type != qinfo->qtype && rdr_type != LDNS_RR_TYPE_CNAME)
sbin/unwind/libunbound/services/localzone.c
1495
if(result && qinfo->qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/services/localzone.c
1552
lr = local_data_find_type(ld, qinfo->qtype, 1);
sbin/unwind/libunbound/services/localzone.c
1559
qinfo->qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/services/localzone.c
1667
lr = local_data_find_type(ld, qinfo->qtype, 1);
sbin/unwind/libunbound/services/localzone.c
1732
if(qinfo->qtype == LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/services/localzone.c
1743
if(qinfo->qtype == LDNS_RR_TYPE_A ||
sbin/unwind/libunbound/services/localzone.c
1744
qinfo->qtype == LDNS_RR_TYPE_AAAA) {
sbin/unwind/libunbound/services/localzone.c
1756
lrr.rk.type = htons(qinfo->qtype);
sbin/unwind/libunbound/services/localzone.c
1758
if(qinfo->qtype == LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/services/localzone.c
1813
log_nametypeclass(NO_VERBOSE, txt, qinfo->qname, qinfo->qtype, qinfo->qclass);
sbin/unwind/libunbound/services/localzone.c
1895
qinfo->qclass, qinfo->qtype, 0))) {
sbin/unwind/libunbound/services/localzone.c
1928
qinfo->qname_len, labs, qinfo->qclass, qinfo->qtype,
sbin/unwind/libunbound/services/mesh.c
1019
mstate->s.qinfo.qtype = qinfo->qtype;
sbin/unwind/libunbound/services/mesh.c
1645
sldns_rr_type qtype = qstate->qinfo.qtype;
sbin/unwind/libunbound/services/mesh.c
1691
"X%d", qtype);
sbin/unwind/libunbound/services/mesh.c
1721
qinfo.qtype = LDNS_RR_TYPE_TXT;
sbin/unwind/libunbound/services/mesh.c
1815
r->qname, mstate->s.qinfo.qtype,
sbin/unwind/libunbound/services/mesh.c
2445
if(qinfo->qtype != LDNS_RR_TYPE_A &&
sbin/unwind/libunbound/services/mesh.c
2446
qinfo->qtype != LDNS_RR_TYPE_AAAA &&
sbin/unwind/libunbound/services/mesh.c
2447
qinfo->qtype != LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/services/mesh.c
2559
qinfo_tmp.qtype = qstate->qinfo.qtype;
sbin/unwind/libunbound/services/mesh.c
2608
qstate->qinfo.qtype, qstate->qinfo.qclass,
sbin/unwind/libunbound/services/mesh.c
311
m->s.qinfo.qname, m->s.qinfo.qtype,
sbin/unwind/libunbound/services/outside_network.c
2628
uint16_t qtype, uint16_t qclass, uint16_t flags)
sbin/unwind/libunbound/services/outside_network.c
2638
sldns_buffer_write_u16(buff, qtype);
sbin/unwind/libunbound/services/outside_network.c
2692
uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list,
sbin/unwind/libunbound/services/outside_network.c
2723
sq->qtype = qtype;
sbin/unwind/libunbound/services/outside_network.c
3081
!sq->nocaps && sq->qtype != LDNS_RR_TYPE_PTR) {
sbin/unwind/libunbound/services/outside_network.c
3215
sq->addrlen, sq->zone, sq->zonelen, sq->qtype,
sbin/unwind/libunbound/services/outside_network.c
3230
sq->addrlen, sq->zone, sq->zonelen, sq->qtype,
sbin/unwind/libunbound/services/outside_network.c
3305
packet_edns_malformed(struct sldns_buffer* buf, int qtype)
sbin/unwind/libunbound/services/outside_network.c
3322
if(len == 1 && qtype == 0)
sbin/unwind/libunbound/services/outside_network.c
3367
sq->zone, sq->zonelen, sq->qtype, -1, sq->last_rtt,
sbin/unwind/libunbound/services/outside_network.c
3405
|| packet_edns_malformed(c->buffer, sq->qtype)
sbin/unwind/libunbound/services/outside_network.c
3460
sq->zone, sq->zonelen, sq->qtype, roundtime,
sbin/unwind/libunbound/services/outside_network.c
3536
serviced_gen_query(buff, qinfo->qname, qinfo->qname_len, qinfo->qtype,
sbin/unwind/libunbound/services/outside_network.c
3567
addrlen, zone, zonelen, (int)qinfo->qtype,
sbin/unwind/libunbound/services/outside_network.h
524
int qtype;
sbin/unwind/libunbound/services/rpz.c
1259
rpz_find_synthesized_rrset(uint16_t qtype,
sbin/unwind/libunbound/services/rpz.c
1265
if(htons(qtype) == packed_rrset->type) {
sbin/unwind/libunbound/services/rpz.c
1667
log_nametypeclass(0, txt, qinfo->qname, qinfo->qtype, qinfo->qclass);
sbin/unwind/libunbound/services/rpz.c
1862
rrset = rpz_find_synthesized_rrset(qinfo->qtype, raddr, 1);
sbin/unwind/libunbound/services/rpz.c
2079
rrset = rpz_find_synthesized_rrset(qi->qtype, data, 1);
sbin/unwind/libunbound/services/rpz.c
2139
rrset = local_data_find_type(ld, qi->qtype, 1);
sbin/unwind/libunbound/services/rpz.c
2174
rrset = local_data_find_type(ld, qinfo->qtype, 1);
sbin/unwind/libunbound/util/data/msgencode.c
1106
sldns_buffer_write_u16(pkt, qinfo->qtype);
sbin/unwind/libunbound/util/data/msgencode.c
1140
sldns_buffer_write_u16(buf, qinfo->qtype);
sbin/unwind/libunbound/util/data/msgencode.c
433
rrset_belongs_in_reply(sldns_pkt_section s, uint16_t rrtype, uint16_t qtype,
sbin/unwind/libunbound/util/data/msgencode.c
440
if(qtype == LDNS_RR_TYPE_ANY || qtype == rrtype)
sbin/unwind/libunbound/util/data/msgencode.c
464
sldns_pkt_section s, uint16_t qtype, int dnssec, size_t rr_offset,
sbin/unwind/libunbound/util/data/msgencode.c
475
if(!rrset_belongs_in_reply(s, ntohs(key->rk.type), qtype, dnssec))
sbin/unwind/libunbound/util/data/msgencode.c
576
sldns_pkt_section s, uint16_t qtype, int dnssec, size_t rr_offset,
sbin/unwind/libunbound/util/data/msgencode.c
587
if(s == LDNS_SECTION_ANSWER && qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/util/data/msgencode.c
593
s, qtype, dnssec, rr_offset, compress_count))
sbin/unwind/libunbound/util/data/msgencode.c
606
s, qtype, dnssec, rr_offset, compress_count))
sbin/unwind/libunbound/util/data/msgencode.c
617
s, qtype, dnssec, rr_offset, compress_count))
sbin/unwind/libunbound/util/data/msgencode.c
646
sldns_buffer_write_u16(buffer, qinfo->qtype);
sbin/unwind/libunbound/util/data/msgencode.c
652
positive_answer(struct reply_info* rep, uint16_t qtype) {
sbin/unwind/libunbound/util/data/msgencode.c
658
if(ntohs(rep->rrsets[i]->rk.type) == qtype) {
sbin/unwind/libunbound/util/data/msgencode.c
660
if(qtype == LDNS_RR_TYPE_NS)
sbin/unwind/libunbound/util/data/msgencode.c
757
qinfo->qtype, dnssec, rr_offset, &compress_count)) != RETVAL_OK) {
sbin/unwind/libunbound/util/data/msgencode.c
771
0, timenow, region, &tree, LDNS_SECTION_ANSWER, qinfo->qtype,
sbin/unwind/libunbound/util/data/msgencode.c
785
if( ! (minimise && positive_answer(rep, qinfo->qtype)) ) {
sbin/unwind/libunbound/util/data/msgencode.c
789
LDNS_SECTION_AUTHORITY, qinfo->qtype,
sbin/unwind/libunbound/util/data/msgencode.c
806
&tree, LDNS_SECTION_ADDITIONAL, qinfo->qtype,
sbin/unwind/libunbound/util/data/msgparse.c
420
msg->qtype == LDNS_RR_TYPE_RRSIG ||
sbin/unwind/libunbound/util/data/msgparse.c
421
(msg->qtype == LDNS_RR_TYPE_ANY &&
sbin/unwind/libunbound/util/data/msgparse.c
600
msg->qtype = sldns_buffer_read_u16(pkt);
sbin/unwind/libunbound/util/data/msgparse.c
783
if( (msg->qtype == LDNS_RR_TYPE_RRSIG ||
sbin/unwind/libunbound/util/data/msgparse.c
784
msg->qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/util/data/msgparse.h
157
uint16_t qtype;
sbin/unwind/libunbound/util/data/msgreply.c
1057
sldns_wire2str_type_buf(qinf->qtype, type_buf, sizeof(type_buf));
sbin/unwind/libunbound/util/data/msgreply.c
1075
log_nametypeclass(v, str, qinf->qname, qinf->qtype, qinf->qclass);
sbin/unwind/libunbound/util/data/msgreply.c
682
m->qtype = sldns_buffer_read_u16(query);
sbin/unwind/libunbound/util/data/msgreply.c
701
COMPARE_IT(msg1->qtype, msg2->qtype);
sbin/unwind/libunbound/util/data/msgreply.c
754
h = hashlittle(&q->qtype, sizeof(q->qtype), h);
sbin/unwind/libunbound/util/data/msgreply.c
755
if(q->qtype == LDNS_RR_TYPE_AAAA && (flags&BIT_CD))
sbin/unwind/libunbound/util/data/msgreply.c
776
lock_protect(&e->entry.lock, &e->key.qtype, sizeof(e->key.qtype));
sbin/unwind/libunbound/util/data/msgreply.c
898
if(ntohs(s->rk.type) == qinfo->qtype &&
sbin/unwind/libunbound/util/data/msgreply.c
91
qinf->qtype = msg->qtype;
sbin/unwind/libunbound/util/data/msgreply.h
81
uint16_t qtype;
sbin/unwind/libunbound/util/module.c
140
sldns_wire2str_type_buf(qstate->qinfo.qtype, t, sizeof(t));
sbin/unwind/libunbound/util/module.c
183
sldns_wire2str_type_buf(qstate->qinfo.qtype, t, sizeof(t));
sbin/unwind/libunbound/validator/autotrust.c
2391
qinfo.qtype = LDNS_RR_TYPE_DNSKEY;
sbin/unwind/libunbound/validator/autotrust.c
2418
qinfo.qtype, qinfo.qclass, 0);
sbin/unwind/libunbound/validator/val_neg.c
1072
uint16_t qtype, uint16_t qclass, uint32_t flags,
sbin/unwind/libunbound/validator/val_neg.c
1077
qname, qname_len, qtype, qclass, flags, now, 0);
sbin/unwind/libunbound/validator/val_neg.c
1090
(qtype == LDNS_RR_TYPE_NSEC && nsec_has_type(k, checktype)) ||
sbin/unwind/libunbound/validator/val_neg.c
1091
(qtype == LDNS_RR_TYPE_NSEC3 && !nsec3_no_type(k, checktype))
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
1441
if(qinfo->qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/validator/val_neg.c
1444
qinfo->qtype, qinfo->qclass, region, 2)))
sbin/unwind/libunbound/validator/val_neg.c
1459
qinfo->qtype, qinfo->qclass, region, 3)))
sbin/unwind/libunbound/validator/val_neg.c
1481
wc_qinfo.qtype = qinfo->qtype;
sbin/unwind/libunbound/validator/val_neg.c
1485
wc_qinfo.qname_len, wc_qinfo.qtype,
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
349
if(nsec_has_type(nsec, qinfo->qtype)) {
sbin/unwind/libunbound/validator/val_nsec.c
385
if(nsec_has_type(nsec, qinfo->qtype)) {
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
469
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/validator/val_nsec3.c
1281
if(nsec3_has_type(rrset, rr, qinfo->qtype)) {
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
1344
} else if(sec==sec_status_insecure && qinfo->qtype!=LDNS_RR_TYPE_DS){
sbin/unwind/libunbound/validator/val_nsec3.c
1360
if(nsec3_has_type(rrset, rr, qinfo->qtype)) {
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
444
if(qinfo->qtype == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/validator/val_utils.c
119
if(rcode == LDNS_RCODE_NOERROR && qinf->qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/validator/val_utils.c
124
if(qinf->qtype == LDNS_RR_TYPE_DNAME) {
sbin/unwind/libunbound/validator/val_utils.c
1338
qinfo.qtype = LDNS_RR_TYPE_DS;
sbin/unwind/libunbound/validator/val_utils.c
149
ntohs(rep->rrsets[i]->rk.type) == qinf->qtype)
sbin/unwind/libunbound/validator/val_utils.c
283
qinf->qtype == LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/validator/validator.c
1476
if(qchase->qtype != LDNS_RR_TYPE_ANY) {
sbin/unwind/libunbound/validator/validator.c
1633
if(qchase->qtype != LDNS_RR_TYPE_DNAME &&
sbin/unwind/libunbound/validator/validator.c
1906
vq->qchase.qtype = ntohs(vq->orig_msg->rep->
sbin/unwind/libunbound/validator/validator.c
1915
if(vq->qchase.qtype == LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/validator/validator.c
1916
(vq->qchase.qtype == LDNS_RR_TYPE_NSEC &&
sbin/unwind/libunbound/validator/validator.c
1967
qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY &&
sbin/unwind/libunbound/validator/validator.c
2573
qstate->qinfo.qname_len, qstate->qinfo.qtype,
sbin/unwind/libunbound/validator/validator.c
2646
(qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
sbin/unwind/libunbound/validator/validator.c
2647
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA)) {
sbin/unwind/libunbound/validator/validator.c
3598
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/validator/validator.c
3620
} else if(qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY) {
sbin/unwind/libunbound/validator/validator.c
428
if(qstate->qinfo.qtype == LDNS_RR_TYPE_RRSIG &&
sbin/unwind/libunbound/validator/validator.c
472
size_t namelen, uint16_t qtype, uint16_t qclass, uint16_t flags,
sbin/unwind/libunbound/validator/validator.c
480
ask.qtype = qtype;
sys/dev/pci/if_ice.c
1813
ice_ctl_q_str(enum ice_ctl_q qtype)
sys/dev/pci/if_ice.c
1815
switch (qtype) {
sys/dev/pci/if_ice.c
1856
"datalen 0x%04X, retval 0x%04X\n", ice_ctl_q_str(cq->qtype),
sys/dev/pci/if_ice.c
2866
cq->qtype = q_type;
sys/dev/pci/if_icevar.h
961
enum ice_ctl_q qtype;
sys/dev/pci/if_oce.c
206
enum qtype type;
sys/dev/pci/if_oce.c
220
enum qtype type;
sys/dev/pci/if_oce.c
237
enum qtype type;
sys/dev/pci/if_oce.c
248
enum qtype type;
sys/dev/pci/if_oce.c
262
enum qtype type;
sys/net/hfsc.c
1700
sp->qtype = 0;
sys/net/hfsc.h
103
int qtype;
usr.sbin/nsd/axfr.c
203
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
224
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
246
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
250
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
264
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
269
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
277
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
284
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
298
switch (q->qtype) {
usr.sbin/nsd/ipc.c
221
for(i=0; i<sizeof(total->qtype)/sizeof(stc_type); i++)
usr.sbin/nsd/ipc.c
222
total->qtype[i] += s->qtype[i];
usr.sbin/nsd/ipc.c
255
for(i=0; i<sizeof(total->qtype)/sizeof(stc_type); i++)
usr.sbin/nsd/ipc.c
256
total->qtype[i] -= s->qtype[i];
usr.sbin/nsd/metrics.c
446
if(metrics_inhibit_zero && st->qtype[i] == 0 &&
usr.sbin/nsd/metrics.c
450
metric_print_pop(metric, buf, (uint64_t)st->qtype[i]);
usr.sbin/nsd/nsd.c
817
if (st.qtype[i] != 0) {
usr.sbin/nsd/nsd.c
818
t += snprintf(t, len, " %s=%lu", rrtype_to_string(i), st.qtype[i]);
usr.sbin/nsd/nsd.h
127
stc_type qtype[257]; /* Counters per qtype */
usr.sbin/nsd/nsec3.c
1176
if(query->qtype == TYPE_DS)
usr.sbin/nsd/nsec3.c
1276
query->qtype != TYPE_NSEC3 &&
usr.sbin/nsd/nsec3.c
1307
query->qtype != TYPE_NSEC3 &&
usr.sbin/nsd/packet.c
121
query->qtype != TYPE_AXFR && query->qtype != TYPE_IXFR);
usr.sbin/nsd/packet.c
300
uint8_t* dst, uint16_t* qtype, uint16_t* qclass)
usr.sbin/nsd/packet.c
333
*qtype = buffer_read_u16(packet);
usr.sbin/nsd/packet.h
198
uint16_t* qtype,
usr.sbin/nsd/query.c
1067
if (q->qtype == TYPE_ANY) {
usr.sbin/nsd/query.c
1122
} else if (q->qtype == TYPE_NSEC3) {
usr.sbin/nsd/query.c
1126
} else if ((rrset = domain_find_rrset(domain, q->zone, q->qtype))) {
usr.sbin/nsd/query.c
1249
if(q->qtype == TYPE_CNAME) {
usr.sbin/nsd/query.c
1419
} else if(q->qtype == TYPE_SOA
usr.sbin/nsd/query.c
1490
if (exact && q->qtype == TYPE_DS && closest_encloser == q->zone->apex) {
usr.sbin/nsd/query.c
1527
if (exact && q->qtype == TYPE_DS && closest_encloser == q->zone->apex) {
usr.sbin/nsd/query.c
1547
|| (exact && q->qtype == TYPE_DS && closest_encloser == q->delegation_domain))
usr.sbin/nsd/query.c
1579
ZTATUP2(nsd, q->zone, qtype, q->qtype);
usr.sbin/nsd/query.c
1653
STATUP2(nsd, qtype, q->qtype);
usr.sbin/nsd/query.c
1695
(q->qtype!=TYPE_IXFR && NSCOUNT(q->packet) != 0)) {
usr.sbin/nsd/query.c
1698
if(q->qtype==TYPE_IXFR && NSCOUNT(q->packet) > 0) {
usr.sbin/nsd/query.c
1795
if(q->qtype == TYPE_ANY && nsd->options->refuse_any && !q->tcp) {
usr.sbin/nsd/query.c
263
q->qtype = 0;
usr.sbin/nsd/query.c
348
&query->qtype, &query->qclass))
usr.sbin/nsd/query.c
589
switch (q->qtype) {
usr.sbin/nsd/query.c
777
return (query->qtype != TYPE_DNSKEY && query->qtype != TYPE_DS
usr.sbin/nsd/query.c
778
&& query->qtype != TYPE_ANY);
usr.sbin/nsd/query.c
798
query->qtype != TYPE_NS)
usr.sbin/nsd/query.h
95
uint16_t qtype;
usr.sbin/nsd/remote.c
3037
if(inhibit_zero && st->qtype[i] == 0 &&
usr.sbin/nsd/remote.c
3041
rrtype_to_string(i), (unsigned long)st->qtype[i]))
usr.sbin/nsd/rrl.c
264
if(query->qtype == TYPE_ANY) {
usr.sbin/nsd/rrl.c
271
if(query->qtype == TYPE_RRSIG) {
usr.sbin/nsd/rrl.c
290
if(query->qtype == TYPE_DNSKEY) {
usr.sbin/nsd/rrl.c
371
address, rrtype_to_string(query->qtype));
usr.sbin/nsd/rrl.c
401
address, rrtype_to_string(query->qtype),
usr.sbin/nsd/xfrd.c
2792
uint16_t qtype, qclass;
usr.sbin/nsd/xfrd.c
2798
if(!packet_read_query_section(packet, qnamebuf, &qtype, &qclass)) {
usr.sbin/unbound/cachedb/cachedb.c
349
uint16_t t = htons(qinfo->qtype);
usr.sbin/unbound/cachedb/cachedb.c
709
qstate->qinfo.qname_len, qstate->qinfo.qtype,
usr.sbin/unbound/daemon/cachedump.c
319
tp = sldns_wire2str_type(k->qtype);
usr.sbin/unbound/daemon/cachedump.c
690
qinfo->qtype = sldns_wirerr_get_type(rr, rr_len, dname_len);
usr.sbin/unbound/daemon/cachedump.c
733
qinfo.qname_len, qinfo.qtype, qinfo.qclass,
usr.sbin/unbound/daemon/cachedump.c
975
qinfo.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/daemon/cachedump.c
998
qinfo.qtype, qinfo.qclass, region, &msg,
usr.sbin/unbound/daemon/remote.c
1055
if(inhibit_zero && s->svr.qtype[i] == 0)
usr.sbin/unbound/daemon/remote.c
1074
nm, (unsigned long)s->svr.qtype[i])) return 0;
usr.sbin/unbound/daemon/remote.c
1826
sldns_wire2str_type_buf(q->qtype, tp, sizeof(tp));
usr.sbin/unbound/daemon/remote.c
1989
sldns_wire2str_type_buf(k->key.qtype, tp, sizeof(tp));
usr.sbin/unbound/daemon/remote.c
2143
k.qtype = t;
usr.sbin/unbound/daemon/remote.c
3077
char* t = sldns_wire2str_type(sub->s->s.qinfo.qtype);
usr.sbin/unbound/daemon/remote.c
3110
char* t = sldns_wire2str_type(m->s.qinfo.qtype);
usr.sbin/unbound/daemon/remote.c
7586
qinfo.qtype = z->zonemd_callback_qtype;
usr.sbin/unbound/daemon/stats.c
512
total->svr.qtype[i] += a->svr.qtype[i];
usr.sbin/unbound/daemon/stats.c
539
uint16_t qtype, uint16_t qclass, struct edns_data* edns,
usr.sbin/unbound/daemon/stats.c
543
if(qtype < UB_STATS_QTYPE_NUM)
usr.sbin/unbound/daemon/stats.c
544
stats->qtype[qtype]++;
usr.sbin/unbound/daemon/stats.h
119
uint16_t qtype, uint16_t qclass, struct edns_data* edns,
usr.sbin/unbound/daemon/worker.c
1133
if(qinfo->qtype != LDNS_RR_TYPE_ANY && qinfo->qtype != LDNS_RR_TYPE_TXT)
usr.sbin/unbound/daemon/worker.c
1557
if(!(qinfo.qtype == LDNS_RR_TYPE_TXT &&
usr.sbin/unbound/daemon/worker.c
1563
sldns_rr_descript(qinfo.qtype)->_name,
usr.sbin/unbound/daemon/worker.c
1653
log_query_in(ip, qinfo.qname, qinfo.qtype, qinfo.qclass);
usr.sbin/unbound/daemon/worker.c
1655
if(qinfo.qtype == LDNS_RR_TYPE_AXFR ||
usr.sbin/unbound/daemon/worker.c
1656
qinfo.qtype == LDNS_RR_TYPE_IXFR) {
usr.sbin/unbound/daemon/worker.c
1666
worker->stats.qtype[qinfo.qtype]++;
usr.sbin/unbound/daemon/worker.c
1670
if(qinfo.qtype == LDNS_RR_TYPE_OPT ||
usr.sbin/unbound/daemon/worker.c
1671
qinfo.qtype == LDNS_RR_TYPE_TSIG ||
usr.sbin/unbound/daemon/worker.c
1672
qinfo.qtype == LDNS_RR_TYPE_TKEY ||
usr.sbin/unbound/daemon/worker.c
1673
qinfo.qtype == LDNS_RR_TYPE_MAILA ||
usr.sbin/unbound/daemon/worker.c
1674
qinfo.qtype == LDNS_RR_TYPE_MAILB ||
usr.sbin/unbound/daemon/worker.c
1675
(qinfo.qtype >= 128 && qinfo.qtype <= 248)) {
usr.sbin/unbound/daemon/worker.c
1685
worker->stats.qtype[qinfo.qtype]++;
usr.sbin/unbound/daemon/worker.c
1830
server_stats_insquery(&worker->stats, c, qinfo.qtype,
usr.sbin/unbound/daemon/worker.c
1950
(qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/daemon/worker.c
1951
qinfo.qtype == LDNS_RR_TYPE_AAAA ||
usr.sbin/unbound/daemon/worker.c
1952
qinfo.qtype == LDNS_RR_TYPE_ANY)) {
usr.sbin/unbound/daemon/worker.c
2035
qinfo_tmp.qtype = qinfo.qtype;
usr.sbin/unbound/daemon/worker.c
613
qinfo->qname_len, qinfo->qtype, qinfo->qclass,
usr.sbin/unbound/daemon/worker.c
722
if(qinfo->qtype != LDNS_RR_TYPE_A &&
usr.sbin/unbound/daemon/worker.c
723
qinfo->qtype != LDNS_RR_TYPE_AAAA &&
usr.sbin/unbound/daemon/worker.c
724
qinfo->qtype != LDNS_RR_TYPE_ANY)
usr.sbin/unbound/daemon/worker.c
744
qinfo->qtype, qinfo->qclass, qinfo->local_alias,
usr.sbin/unbound/dns64/dns64.c
1003
if (qstate->qinfo.qtype == LDNS_RR_TYPE_A) {
usr.sbin/unbound/dns64/dns64.c
1006
log_assert(qstate->qinfo.qtype == LDNS_RR_TYPE_PTR);
usr.sbin/unbound/dns64/dns64.c
522
qinfo.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/dns64/dns64.c
581
&& qstate->qinfo.qtype == LDNS_RR_TYPE_PTR
usr.sbin/unbound/dns64/dns64.c
589
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA &&
usr.sbin/unbound/dns64/dns64.c
638
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA &&
usr.sbin/unbound/dns64/dns64.c
991
if(qstate->qinfo.qtype == LDNS_RR_TYPE_A &&
usr.sbin/unbound/dynlibmod/examples/helloworld.c
69
sldns_rr_descript(qstate->qinfo.qtype)->_name,
usr.sbin/unbound/dynlibmod/examples/helloworld.c
70
qstate->qinfo.qtype);
usr.sbin/unbound/edns-subnet/subnetmod.c
237
e->key.qtype = 0;
usr.sbin/unbound/edns-subnet/subnetmod.c
641
qinf.qtype = qstate->qinfo.qtype;
usr.sbin/unbound/edns-subnet/subnetmod.c
794
qstate->qinfo.qname_len, qstate->qinfo.qtype,
usr.sbin/unbound/ipsecmod/ipsecmod.c
144
size_t namelen, uint16_t qtype, uint16_t qclass, uint16_t flags)
usr.sbin/unbound/ipsecmod/ipsecmod.c
150
ask.qtype = qtype;
usr.sbin/unbound/ipsecmod/ipsecmod.c
254
int w = 0, w_temp, qtype;
usr.sbin/unbound/ipsecmod/ipsecmod.c
301
qtype = ntohs(rrset_key->rk.type);
usr.sbin/unbound/ipsecmod/ipsecmod.c
302
if(qtype != LDNS_RR_TYPE_AAAA && qtype != LDNS_RR_TYPE_A) {
usr.sbin/unbound/ipsecmod/ipsecmod.c
317
rrset_data->rr_len[i] - 2, s, slen, qstate->qinfo.qtype);
usr.sbin/unbound/ipsecmod/ipsecmod.c
400
if(qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/ipsecmod/ipsecmod.c
401
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA) {
usr.sbin/unbound/ipsecmod/ipsecmod.c
403
sldns_wire2str_type_buf(qstate->qinfo.qtype, type,
usr.sbin/unbound/ipsecmod/ipsecmod.c
485
if((qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/ipsecmod/ipsecmod.c
486
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA) &&
usr.sbin/unbound/ipsecmod/ipsecmod.c
494
sldns_wire2str_type_buf(qstate->qinfo.qtype, type,
usr.sbin/unbound/iterator/iter_delegpt.c
547
void delegpt_mark_neg(struct delegpt_ns* ns, uint16_t qtype)
usr.sbin/unbound/iterator/iter_delegpt.c
550
if(qtype == LDNS_RR_TYPE_A)
usr.sbin/unbound/iterator/iter_delegpt.c
552
else if(qtype == LDNS_RR_TYPE_AAAA)
usr.sbin/unbound/iterator/iter_delegpt.c
568
delegpt_mark_neg(ns, msg->key.qtype);
usr.sbin/unbound/iterator/iter_delegpt.h
380
void delegpt_mark_neg(struct delegpt_ns* ns, uint16_t qtype);
usr.sbin/unbound/iterator/iter_resptype.c
167
if((request->qtype == LDNS_RR_TYPE_ANY ||
usr.sbin/unbound/iterator/iter_resptype.c
168
request->qtype == LDNS_RR_TYPE_NS) &&
usr.sbin/unbound/iterator/iter_resptype.c
183
if(ntohs(s->rk.type) == request->qtype &&
usr.sbin/unbound/iterator/iter_resptype.c
203
if(request->qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/iterator/iter_resptype.c
59
if(request->qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/iterator/iter_resptype.c
80
if(ntohs(s->rk.type) == request->qtype &&
usr.sbin/unbound/iterator/iter_scrub.c
1165
if(msg->qtype != qinfo->qtype || msg->qclass != qinfo->qclass)
usr.sbin/unbound/iterator/iter_scrub.c
616
if(qinfo->qtype == LDNS_RR_TYPE_ANY) {
usr.sbin/unbound/iterator/iter_scrub.c
633
if(qinfo->qtype != LDNS_RR_TYPE_ANY &&
usr.sbin/unbound/iterator/iter_scrub.c
634
qinfo->qtype != rrset->type) {
usr.sbin/unbound/iterator/iter_scrub.c
765
qinfo->qtype == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/iterator/iter_utils.c
1268
neg->rk.type = htons(qinfo->qtype);
usr.sbin/unbound/iterator/iter_utils.c
304
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
usr.sbin/unbound/iterator/iter_utils.c
359
name, namelen, qtype, &lame, &dnsseclame, &reclame,
usr.sbin/unbound/iterator/iter_utils.c
398
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
usr.sbin/unbound/iterator/iter_utils.c
410
name, namelen, qtype, now, a);
usr.sbin/unbound/iterator/iter_utils.c
477
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
usr.sbin/unbound/iterator/iter_utils.c
487
got_num = iter_fill_rtt(iter_env, env, name, namelen, qtype, now, dp,
usr.sbin/unbound/iterator/iter_utils.c
671
uint8_t* name, size_t namelen, uint16_t qtype, int* dnssec_lame,
usr.sbin/unbound/iterator/iter_utils.c
678
int num = iter_filter_order(iter_env, env, name, namelen, qtype,
usr.sbin/unbound/iterator/iter_utils.c
804
qinf.qtype = t;
usr.sbin/unbound/iterator/iter_utils.c
900
if( ((qinfo->qtype == LDNS_RR_TYPE_A && supports_ipv4) ||
usr.sbin/unbound/iterator/iter_utils.c
901
(qinfo->qtype == LDNS_RR_TYPE_AAAA && supports_ipv6)) &&
usr.sbin/unbound/iterator/iter_utils.h
112
size_t namelen, uint16_t qtype, int* dnssec_lame,
usr.sbin/unbound/iterator/iterator.c
1203
if(qstate->qinfo.qtype == ntohs(s->rk.type) &&
usr.sbin/unbound/iterator/iterator.c
1247
if(qstate->qinfo.qtype == LDNS_RR_TYPE_NS &&
usr.sbin/unbound/iterator/iterator.c
1255
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS)
usr.sbin/unbound/iterator/iterator.c
1308
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY &&
usr.sbin/unbound/iterator/iterator.c
1363
if( (iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue)
usr.sbin/unbound/iterator/iterator.c
1469
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/iterator/iterator.c
1522
iq->qchase.qname_len, iq->qchase.qtype,
usr.sbin/unbound/iterator/iterator.c
1643
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue ||
usr.sbin/unbound/iterator/iterator.c
1644
(iq->qchase.qtype == LDNS_RR_TYPE_NS && qstate->prefetch_leeway
usr.sbin/unbound/iterator/iterator.c
1652
(iq->qchase.qtype == LDNS_RR_TYPE_NS &&
usr.sbin/unbound/iterator/iterator.c
1664
delnamelen, iq->qchase.qtype, iq->qchase.qclass,
usr.sbin/unbound/iterator/iterator.c
1856
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue) {
usr.sbin/unbound/iterator/iterator.c
1944
uint16_t qtype, uint16_t qclass)
usr.sbin/unbound/iterator/iterator.c
1947
if(!generate_sub_request(name, namelen, qtype, qclass, qstate,
usr.sbin/unbound/iterator/iterator.c
1964
name, namelen, qtype, qclass, subq->region,
usr.sbin/unbound/iterator/iterator.c
1977
log_nametypeclass(VERB_QUERY, "new pside target", name, qtype, qclass);
usr.sbin/unbound/iterator/iterator.c
1996
int id, uint8_t* name, size_t namelen, uint16_t qtype, uint16_t qclass)
usr.sbin/unbound/iterator/iterator.c
1999
if(!generate_sub_request(name, namelen, qtype, qclass, qstate,
usr.sbin/unbound/iterator/iterator.c
2002
log_nametypeclass(VERB_QUERY, "new target", name, qtype, qclass);
usr.sbin/unbound/iterator/iterator.c
227
if(qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/iterator/iterator.c
228
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA) {
usr.sbin/unbound/iterator/iterator.c
250
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
usr.sbin/unbound/iterator/iterator.c
257
if(qstate->qinfo.qtype == LDNS_RR_TYPE_NS) {
usr.sbin/unbound/iterator/iterator.c
2616
iq->qinfo_out.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/iterator/iterator.c
2674
&& (iq->qchase.qtype == LDNS_RR_TYPE_DS
usr.sbin/unbound/iterator/iterator.c
2675
|| iq->qchase.qtype == LDNS_RR_TYPE_A)))
usr.sbin/unbound/iterator/iterator.c
2681
iq->qinfo_out.qtype, iq->qinfo_out.qclass,
usr.sbin/unbound/iterator/iterator.c
2703
iq->qinfo_out.qtype,
usr.sbin/unbound/iterator/iterator.c
2884
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/iterator/iterator.c
2935
iq->dp->name, iq->dp->namelen, iq->qchase.qtype,
usr.sbin/unbound/iterator/iterator.c
314
qstate->qinfo.qtype, qstate->qinfo.qclass,
usr.sbin/unbound/iterator/iterator.c
3280
(iq->qchase.qtype == LDNS_RR_TYPE_CNAME ||
usr.sbin/unbound/iterator/iterator.c
3281
iq->qchase.qtype == LDNS_RR_TYPE_ANY) &&
usr.sbin/unbound/iterator/iterator.c
3309
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
usr.sbin/unbound/iterator/iterator.c
3322
if(iq->qchase.qtype == LDNS_RR_TYPE_DNSKEY && SERVE_EXPIRED
usr.sbin/unbound/iterator/iterator.c
3335
iq->qchase.qtype != iq->response->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
3392
iq->response->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
3414
( qstate->qinfo.qtype == LDNS_RR_TYPE_NS
usr.sbin/unbound/iterator/iterator.c
3446
iq->qchase.qtype, iq->qchase.qclass);
usr.sbin/unbound/iterator/iterator.c
3537
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
usr.sbin/unbound/iterator/iterator.c
3586
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/iterator/iterator.c
3656
iq->qchase.qtype))
usr.sbin/unbound/iterator/iterator.c
3674
*qstate->env->now, 0, 1, iq->qchase.qtype))
usr.sbin/unbound/iterator/iterator.c
3806
qstate->qinfo.qname, qstate->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
3809
qstate->qinfo.qname_len, qstate->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
3913
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
usr.sbin/unbound/iterator/iterator.c
4092
qstate->qinfo.qname, qstate->qinfo.qtype, c);
usr.sbin/unbound/iterator/iterator.c
4094
qstate->qinfo.qname_len, qstate->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
4222
else if(super->qinfo.qtype == LDNS_RR_TYPE_DS && ((struct iter_qstate*)
usr.sbin/unbound/iterator/iterator.c
823
generate_sub_request(uint8_t* qname, size_t qnamelen, uint16_t qtype,
usr.sbin/unbound/iterator/iterator.c
837
qinf.qtype = qtype;
usr.sbin/unbound/libunbound/context.c
185
q->res->qtype = rrtype;
usr.sbin/unbound/libunbound/context.c
256
sldns_write_uint32(p+2*sizeof(uint32_t), (uint32_t)q->res->qtype);
usr.sbin/unbound/libunbound/context.c
280
q->res->qtype = (int)sldns_read_uint32(p+2*sizeof(uint32_t));
usr.sbin/unbound/libunbound/libworker.c
590
qinfo->qtype = (uint16_t)q->res->qtype;
usr.sbin/unbound/libunbound/unbound.h
127
int qtype;
usr.sbin/unbound/libunbound/unbound.h
724
long long qtype[UB_STATS_QTYPE_NUM];
usr.sbin/unbound/respip/respip.c
1020
(data) ? data : raddr->data, qinfo->qtype, rep,
usr.sbin/unbound/respip/respip.c
1030
if(!result && !respip_nodata_answer(qinfo->qtype, action, rep,
usr.sbin/unbound/respip/respip.c
1050
qinfo->qtype != LDNS_RR_TYPE_ANY)
usr.sbin/unbound/respip/respip.c
1077
subqi.qtype = qstate->qinfo.qtype;
usr.sbin/unbound/respip/respip.c
1114
if((qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/respip/respip.c
1115
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA ||
usr.sbin/unbound/respip/respip.c
1116
qstate->qinfo.qtype == LDNS_RR_TYPE_ANY) &&
usr.sbin/unbound/respip/respip.c
1325
uint16_t qtype, uint16_t qclass, struct local_rrset* local_alias,
usr.sbin/unbound/respip/respip.c
1360
log_nametypeclass(NO_VERBOSE, txt, qname, qtype, qclass);
usr.sbin/unbound/respip/respip.c
674
uint16_t qtype, const struct reply_info* rep,
usr.sbin/unbound/respip/respip.c
696
dataqinfo.qtype = ntohs(rep->rrsets[rrset_id]->rk.type);
usr.sbin/unbound/respip/respip.c
731
if(qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/respip/respip.c
761
respip_nodata_answer(uint16_t qtype, enum respip_action action,
usr.sbin/unbound/respip/respip.c
786
if(qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/respip/respip.h
267
uint8_t* qname, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/authzone.c
125
msg->qinfo.qtype = qinfo->qtype;
usr.sbin/unbound/services/authzone.c
2531
(qinfo->qtype != LDNS_RR_TYPE_DS ||
usr.sbin/unbound/services/authzone.c
2838
qinfo.qtype = 0;
usr.sbin/unbound/services/authzone.c
2953
qinfo.qtype = 0;
usr.sbin/unbound/services/authzone.c
3193
follow_cname_chain(struct auth_zone* z, uint16_t qtype,
usr.sbin/unbound/services/authzone.c
3212
if((rrset=az_domain_rrset(node, qtype))!=NULL) {
usr.sbin/unbound/services/authzone.c
3234
if(!follow_cname_chain(z, qinfo->qtype, region, msg, rrset->data))
usr.sbin/unbound/services/authzone.c
3305
if(!follow_cname_chain(z, qinfo->qtype, region, msg,
usr.sbin/unbound/services/authzone.c
3320
if((rrset=az_domain_rrset(wildcard, qinfo->qtype)) != NULL) {
usr.sbin/unbound/services/authzone.c
3332
if(!follow_cname_chain(z, qinfo->qtype, region, msg,
usr.sbin/unbound/services/authzone.c
3335
} else if(qinfo->qtype == LDNS_RR_TYPE_ANY && wildcard->rrsets) {
usr.sbin/unbound/services/authzone.c
3401
if((rrset=az_domain_rrset(node, qinfo->qtype)) != NULL) {
usr.sbin/unbound/services/authzone.c
3410
if(qinfo->qtype == LDNS_RR_TYPE_ANY) {
usr.sbin/unbound/services/authzone.c
3475
sldns_wire2str_type_buf(qinfo->qtype, tpstr, sizeof(tpstr));
usr.sbin/unbound/services/authzone.c
3603
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/services/authzone.c
4288
qinfo.qtype = LDNS_RR_TYPE_SOA;
usr.sbin/unbound/services/authzone.c
4313
qinfo.qtype = LDNS_RR_TYPE_IXFR;
usr.sbin/unbound/services/authzone.c
4315
qinfo.qtype = LDNS_RR_TYPE_AXFR;
usr.sbin/unbound/services/authzone.c
4325
if(qinfo.qtype == LDNS_RR_TYPE_IXFR) {
usr.sbin/unbound/services/authzone.c
4351
check_packet_ok(sldns_buffer* pkt, uint16_t qtype, struct auth_xfer* xfr,
usr.sbin/unbound/services/authzone.c
4385
if(sldns_buffer_read_u16(pkt) != qtype)
usr.sbin/unbound/services/authzone.c
4406
if(sldns_buffer_read_u16(pkt) != qtype)
usr.sbin/unbound/services/authzone.c
5489
qinfo.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/services/authzone.c
5491
qinfo.qtype = LDNS_RR_TYPE_AAAA;
usr.sbin/unbound/services/authzone.c
5779
if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
5892
uint16_t qtype, qclass;
usr.sbin/unbound/services/authzone.c
5912
qtype = sldns_buffer_read_u16(pkt);
usr.sbin/unbound/services/authzone.c
5921
if(qtype != LDNS_RR_TYPE_IXFR) {
usr.sbin/unbound/services/authzone.c
5928
if(qtype != LDNS_RR_TYPE_AXFR) {
usr.sbin/unbound/services/authzone.c
6692
qinfo.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/services/authzone.c
6694
qinfo.qtype = LDNS_RR_TYPE_AAAA;
usr.sbin/unbound/services/authzone.c
6872
if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8408
if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8439
} else if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8451
} else if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8458
} else if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8534
qinfo.qtype = LDNS_RR_TYPE_DS;
usr.sbin/unbound/services/authzone.c
8535
else qinfo.qtype = LDNS_RR_TYPE_DNSKEY;
usr.sbin/unbound/services/authzone.c
8560
z->zonemd_callback_qtype = qinfo.qtype;
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
1039
qtype, qclass, 0, now, 0))) {
usr.sbin/unbound/services/cache/dns.c
1051
(qtype == LDNS_RR_TYPE_DS ||
usr.sbin/unbound/services/cache/dns.c
1075
if(!e && k.qtype != LDNS_RR_TYPE_A &&
usr.sbin/unbound/services/cache/dns.c
1077
k.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/services/cache/dns.c
1099
k.qtype = qtype;
usr.sbin/unbound/services/cache/dns.c
1104
if(qtype == LDNS_RR_TYPE_ANY) {
usr.sbin/unbound/services/cache/dns.c
1105
return fill_any(env, qname, qnamelen, qtype, qclass, region);
usr.sbin/unbound/services/cache/dns.c
1122
msgqinf->qname, msgqinf->qname_len, msgqinf->qtype,
usr.sbin/unbound/services/cache/dns.c
1146
&& msgqinf->qtype != LDNS_RR_TYPE_RRSIG) {
usr.sbin/unbound/services/cache/dns.c
1240
qinfo->qtype, qinfo->qclass, flags, *env->now, 1);
usr.sbin/unbound/services/cache/dns.c
149
uint16_t qtype, uint16_t qclass, uint16_t flags)
usr.sbin/unbound/services/cache/dns.c
156
k.qtype = qtype;
usr.sbin/unbound/services/cache/dns.c
203
qinfo->qtype, qinfo->qclass, flags);
usr.sbin/unbound/services/cache/dns.c
305
uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr)
usr.sbin/unbound/services/cache/dns.c
313
k.qtype = qtype;
usr.sbin/unbound/services/cache/dns.c
491
dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype,
usr.sbin/unbound/services/cache/dns.c
502
msg->qinfo.qtype = qtype;
usr.sbin/unbound/services/cache/dns.c
553
size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/cache/dns.c
581
*msg = dns_msg_create(qname, qnamelen, qtype, qclass, region,
usr.sbin/unbound/services/cache/dns.c
878
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/cache/dns.c
891
msg = dns_msg_create(qname, qnamelen, qtype, qclass,
usr.sbin/unbound/services/cache/dns.c
925
msg = dns_msg_create(qname, qnamelen, qtype, qclass,
usr.sbin/unbound/services/cache/dns.c
945
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/cache/dns.c
958
k.qtype = qtype;
usr.sbin/unbound/services/cache/dns.h
149
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/cache/dns.h
198
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/cache/dns.h
225
struct dns_msg* dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype,
usr.sbin/unbound/services/cache/dns.h
268
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/cache/dns.h
281
uint16_t qtype, uint16_t qclass, uint16_t flags);
usr.sbin/unbound/services/cache/infra.c
1127
sldns_wire2str_type_buf(qinfo->qtype, ts, sizeof(ts));
usr.sbin/unbound/services/cache/infra.c
661
int dnsseclame, int reclame, uint16_t qtype)
usr.sbin/unbound/services/cache/infra.c
685
if(!dnsseclame && !reclame && qtype == LDNS_RR_TYPE_A)
usr.sbin/unbound/services/cache/infra.c
687
if(!dnsseclame && !reclame && qtype != LDNS_RR_TYPE_A)
usr.sbin/unbound/services/cache/infra.c
716
socklen_t addrlen, uint8_t* nm, size_t nmlen, int qtype,
usr.sbin/unbound/services/cache/infra.c
744
if(qtype == LDNS_RR_TYPE_A) {
usr.sbin/unbound/services/cache/infra.c
747
} else if(qtype == LDNS_RR_TYPE_AAAA) {
usr.sbin/unbound/services/cache/infra.c
762
if(qtype == LDNS_RR_TYPE_A)
usr.sbin/unbound/services/cache/infra.c
764
else if(qtype == LDNS_RR_TYPE_AAAA)
usr.sbin/unbound/services/cache/infra.c
836
uint8_t* name, size_t namelen, uint16_t qtype,
usr.sbin/unbound/services/cache/infra.c
855
if(qtype == LDNS_RR_TYPE_A) {
usr.sbin/unbound/services/cache/infra.c
859
} else if(qtype == LDNS_RR_TYPE_AAAA) {
usr.sbin/unbound/services/cache/infra.c
884
if(host->lame_type_A && qtype == LDNS_RR_TYPE_A) {
usr.sbin/unbound/services/cache/infra.c
890
} else if(host->lame_other && qtype != LDNS_RR_TYPE_A) {
usr.sbin/unbound/services/cache/infra.h
303
int reclame, uint16_t qtype);
usr.sbin/unbound/services/cache/infra.h
321
socklen_t addrlen, uint8_t* name, size_t namelen, int qtype,
usr.sbin/unbound/services/cache/infra.h
372
uint8_t* name, size_t namelen, uint16_t qtype,
usr.sbin/unbound/services/cache/rrset.c
335
uint16_t qtype, uint16_t qclass, uint32_t flags, time_t timenow,
usr.sbin/unbound/services/cache/rrset.c
345
key.rk.type = htons(qtype);
usr.sbin/unbound/services/cache/rrset.c
358
if(qtype == LDNS_RR_TYPE_DNAME &&
usr.sbin/unbound/services/cache/rrset.h
169
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/localzone.c
1424
if(rdr_type != qinfo->qtype && rdr_type != LDNS_RR_TYPE_CNAME)
usr.sbin/unbound/services/localzone.c
1495
if(result && qinfo->qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/services/localzone.c
1552
lr = local_data_find_type(ld, qinfo->qtype, 1);
usr.sbin/unbound/services/localzone.c
1559
qinfo->qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/services/localzone.c
1667
lr = local_data_find_type(ld, qinfo->qtype, 1);
usr.sbin/unbound/services/localzone.c
1732
if(qinfo->qtype == LDNS_RR_TYPE_A) {
usr.sbin/unbound/services/localzone.c
1743
if(qinfo->qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/services/localzone.c
1744
qinfo->qtype == LDNS_RR_TYPE_AAAA) {
usr.sbin/unbound/services/localzone.c
1756
lrr.rk.type = htons(qinfo->qtype);
usr.sbin/unbound/services/localzone.c
1758
if(qinfo->qtype == LDNS_RR_TYPE_A) {
usr.sbin/unbound/services/localzone.c
1813
log_nametypeclass(NO_VERBOSE, txt, qinfo->qname, qinfo->qtype, qinfo->qclass);
usr.sbin/unbound/services/localzone.c
1895
qinfo->qclass, qinfo->qtype, 0))) {
usr.sbin/unbound/services/localzone.c
1928
qinfo->qname_len, labs, qinfo->qclass, qinfo->qtype,
usr.sbin/unbound/services/mesh.c
1019
mstate->s.qinfo.qtype = qinfo->qtype;
usr.sbin/unbound/services/mesh.c
1645
sldns_rr_type qtype = qstate->qinfo.qtype;
usr.sbin/unbound/services/mesh.c
1691
"X%d", qtype);
usr.sbin/unbound/services/mesh.c
1721
qinfo.qtype = LDNS_RR_TYPE_TXT;
usr.sbin/unbound/services/mesh.c
1815
r->qname, mstate->s.qinfo.qtype,
usr.sbin/unbound/services/mesh.c
2445
if(qinfo->qtype != LDNS_RR_TYPE_A &&
usr.sbin/unbound/services/mesh.c
2446
qinfo->qtype != LDNS_RR_TYPE_AAAA &&
usr.sbin/unbound/services/mesh.c
2447
qinfo->qtype != LDNS_RR_TYPE_ANY)
usr.sbin/unbound/services/mesh.c
2559
qinfo_tmp.qtype = qstate->qinfo.qtype;
usr.sbin/unbound/services/mesh.c
2608
qstate->qinfo.qtype, qstate->qinfo.qclass,
usr.sbin/unbound/services/mesh.c
311
m->s.qinfo.qname, m->s.qinfo.qtype,
usr.sbin/unbound/services/outside_network.c
2628
uint16_t qtype, uint16_t qclass, uint16_t flags)
usr.sbin/unbound/services/outside_network.c
2638
sldns_buffer_write_u16(buff, qtype);
usr.sbin/unbound/services/outside_network.c
2692
uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list,
usr.sbin/unbound/services/outside_network.c
2723
sq->qtype = qtype;
usr.sbin/unbound/services/outside_network.c
3081
!sq->nocaps && sq->qtype != LDNS_RR_TYPE_PTR) {
usr.sbin/unbound/services/outside_network.c
3215
sq->addrlen, sq->zone, sq->zonelen, sq->qtype,
usr.sbin/unbound/services/outside_network.c
3230
sq->addrlen, sq->zone, sq->zonelen, sq->qtype,
usr.sbin/unbound/services/outside_network.c
3305
packet_edns_malformed(struct sldns_buffer* buf, int qtype)
usr.sbin/unbound/services/outside_network.c
3322
if(len == 1 && qtype == 0)
usr.sbin/unbound/services/outside_network.c
3367
sq->zone, sq->zonelen, sq->qtype, -1, sq->last_rtt,
usr.sbin/unbound/services/outside_network.c
3405
|| packet_edns_malformed(c->buffer, sq->qtype)
usr.sbin/unbound/services/outside_network.c
3460
sq->zone, sq->zonelen, sq->qtype, roundtime,
usr.sbin/unbound/services/outside_network.c
3536
serviced_gen_query(buff, qinfo->qname, qinfo->qname_len, qinfo->qtype,
usr.sbin/unbound/services/outside_network.c
3567
addrlen, zone, zonelen, (int)qinfo->qtype,
usr.sbin/unbound/services/outside_network.h
524
int qtype;
usr.sbin/unbound/services/rpz.c
1259
rpz_find_synthesized_rrset(uint16_t qtype,
usr.sbin/unbound/services/rpz.c
1265
if(htons(qtype) == packed_rrset->type) {
usr.sbin/unbound/services/rpz.c
1667
log_nametypeclass(0, txt, qinfo->qname, qinfo->qtype, qinfo->qclass);
usr.sbin/unbound/services/rpz.c
1862
rrset = rpz_find_synthesized_rrset(qinfo->qtype, raddr, 1);
usr.sbin/unbound/services/rpz.c
2079
rrset = rpz_find_synthesized_rrset(qi->qtype, data, 1);
usr.sbin/unbound/services/rpz.c
2139
rrset = local_data_find_type(ld, qi->qtype, 1);
usr.sbin/unbound/services/rpz.c
2174
rrset = local_data_find_type(ld, qinfo->qtype, 1);
usr.sbin/unbound/smallapp/unbound-control.c
348
if(inhibit_zero && s->svr.qtype[i] == 0)
usr.sbin/unbound/smallapp/unbound-control.c
351
PR_UL_SUB("num.query.type", nm, s->svr.qtype[i]);
usr.sbin/unbound/smallapp/unbound-host.c
430
char* qtype = NULL;
usr.sbin/unbound/smallapp/unbound-host.c
470
qtype = optarg;
usr.sbin/unbound/smallapp/unbound-host.c
546
lookup(ctx, argv[0], qtype, qclass);
usr.sbin/unbound/testcode/asynclook.c
206
if(result->qtype != LDNS_RR_TYPE_A) {
usr.sbin/unbound/testcode/dohclient.c
218
make_query(char* qname, char* qtype, char* qclass)
usr.sbin/unbound/testcode/dohclient.c
229
qinfo.qtype = sldns_get_rr_type_by_name(qtype);
usr.sbin/unbound/testcode/dohclient.c
230
if(qinfo.qtype == 0 && strcmp(qtype, "TYPE0") != 0) {
usr.sbin/unbound/testcode/dohclient.c
231
printf("cannot parse query type: '%s'\n", qtype);
usr.sbin/unbound/testcode/doqclient.c
325
make_query(char* qname, char* qtype, char* qclass)
usr.sbin/unbound/testcode/doqclient.c
337
qinfo.qtype = sldns_get_rr_type_by_name(qtype);
usr.sbin/unbound/testcode/fake_event.c
1287
qinfo->qname, qinfo->qtype, qinfo->qclass);
usr.sbin/unbound/testcode/fake_event.c
1303
sldns_buffer_write_u16(pend->buffer, qinfo->qtype);
usr.sbin/unbound/testcode/fake_event.c
1366
pend->qtype = (int)qinfo->qtype;
usr.sbin/unbound/testcode/fake_event.c
1853
pend->qtype = (int)sldns_buffer_read_u16_at(query,
usr.sbin/unbound/testcode/fake_event.c
1944
pend->qtype = (int)sldns_buffer_read_u16_at(packet,
usr.sbin/unbound/testcode/fake_event.c
729
k.qtype = sldns_wirerr_get_type(rr, rr_len, dname_len);
usr.sbin/unbound/testcode/fake_event.c
754
k.qtype = sldns_wirerr_get_type(rr, rr_len, dname_len);
usr.sbin/unbound/testcode/fake_event.c
786
p->zonelen, p->qtype, -1, last_rtt, runtime->now_secs);
usr.sbin/unbound/testcode/perf.c
459
qinfo.qtype = sldns_get_rr_type_by_name(cl);
usr.sbin/unbound/testcode/perf.c
461
if((qinfo.qtype == 0 && strcmp(cl, "TYPE0") != 0) ||
usr.sbin/unbound/testcode/perf.c
466
qinfo.qtype = sldns_get_rr_type_by_name(tp);
usr.sbin/unbound/testcode/perf.c
468
if((qinfo.qtype == 0 && strcmp(tp, "TYPE0") != 0) ||
usr.sbin/unbound/testcode/replay.h
353
int qtype;
usr.sbin/unbound/testcode/streamtcp.c
164
qinfo.qtype = LDNS_RR_TYPE_IXFR;
usr.sbin/unbound/testcode/streamtcp.c
167
qinfo.qtype = LDNS_RR_TYPE_SOA;
usr.sbin/unbound/testcode/streamtcp.c
172
qinfo.qtype = LDNS_RR_TYPE_SOA;
usr.sbin/unbound/testcode/streamtcp.c
174
qinfo.qtype = sldns_get_rr_type_by_name(strtype);
usr.sbin/unbound/testcode/streamtcp.c
175
if(qinfo.qtype == 0 && strcmp(strtype, "TYPE0") != 0) {
usr.sbin/unbound/testcode/streamtcp.c
195
if(have_serial && qinfo.qtype == LDNS_RR_TYPE_IXFR) {
usr.sbin/unbound/testcode/unitauth.c
784
(*qinfo)->qtype = sldns_wirerr_get_type(buf, len, dname_len);
usr.sbin/unbound/testcode/unitmain.c
1169
qinfo.qtype = LDNS_RR_TYPE_TXT;
usr.sbin/unbound/util/data/msgencode.c
1106
sldns_buffer_write_u16(pkt, qinfo->qtype);
usr.sbin/unbound/util/data/msgencode.c
1140
sldns_buffer_write_u16(buf, qinfo->qtype);
usr.sbin/unbound/util/data/msgencode.c
433
rrset_belongs_in_reply(sldns_pkt_section s, uint16_t rrtype, uint16_t qtype,
usr.sbin/unbound/util/data/msgencode.c
440
if(qtype == LDNS_RR_TYPE_ANY || qtype == rrtype)
usr.sbin/unbound/util/data/msgencode.c
464
sldns_pkt_section s, uint16_t qtype, int dnssec, size_t rr_offset,
usr.sbin/unbound/util/data/msgencode.c
475
if(!rrset_belongs_in_reply(s, ntohs(key->rk.type), qtype, dnssec))
usr.sbin/unbound/util/data/msgencode.c
576
sldns_pkt_section s, uint16_t qtype, int dnssec, size_t rr_offset,
usr.sbin/unbound/util/data/msgencode.c
587
if(s == LDNS_SECTION_ANSWER && qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/util/data/msgencode.c
593
s, qtype, dnssec, rr_offset, compress_count))
usr.sbin/unbound/util/data/msgencode.c
606
s, qtype, dnssec, rr_offset, compress_count))
usr.sbin/unbound/util/data/msgencode.c
617
s, qtype, dnssec, rr_offset, compress_count))
usr.sbin/unbound/util/data/msgencode.c
646
sldns_buffer_write_u16(buffer, qinfo->qtype);
usr.sbin/unbound/util/data/msgencode.c
652
positive_answer(struct reply_info* rep, uint16_t qtype) {
usr.sbin/unbound/util/data/msgencode.c
658
if(ntohs(rep->rrsets[i]->rk.type) == qtype) {
usr.sbin/unbound/util/data/msgencode.c
660
if(qtype == LDNS_RR_TYPE_NS)
usr.sbin/unbound/util/data/msgencode.c
757
qinfo->qtype, dnssec, rr_offset, &compress_count)) != RETVAL_OK) {
usr.sbin/unbound/util/data/msgencode.c
771
0, timenow, region, &tree, LDNS_SECTION_ANSWER, qinfo->qtype,
usr.sbin/unbound/util/data/msgencode.c
785
if( ! (minimise && positive_answer(rep, qinfo->qtype)) ) {
usr.sbin/unbound/util/data/msgencode.c
789
LDNS_SECTION_AUTHORITY, qinfo->qtype,
usr.sbin/unbound/util/data/msgencode.c
806
&tree, LDNS_SECTION_ADDITIONAL, qinfo->qtype,
usr.sbin/unbound/util/data/msgparse.c
420
msg->qtype == LDNS_RR_TYPE_RRSIG ||
usr.sbin/unbound/util/data/msgparse.c
421
(msg->qtype == LDNS_RR_TYPE_ANY &&
usr.sbin/unbound/util/data/msgparse.c
600
msg->qtype = sldns_buffer_read_u16(pkt);
usr.sbin/unbound/util/data/msgparse.c
783
if( (msg->qtype == LDNS_RR_TYPE_RRSIG ||
usr.sbin/unbound/util/data/msgparse.c
784
msg->qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/util/data/msgparse.h
157
uint16_t qtype;
usr.sbin/unbound/util/data/msgreply.c
1057
sldns_wire2str_type_buf(qinf->qtype, type_buf, sizeof(type_buf));
usr.sbin/unbound/util/data/msgreply.c
1075
log_nametypeclass(v, str, qinf->qname, qinf->qtype, qinf->qclass);
usr.sbin/unbound/util/data/msgreply.c
682
m->qtype = sldns_buffer_read_u16(query);
usr.sbin/unbound/util/data/msgreply.c
701
COMPARE_IT(msg1->qtype, msg2->qtype);
usr.sbin/unbound/util/data/msgreply.c
754
h = hashlittle(&q->qtype, sizeof(q->qtype), h);
usr.sbin/unbound/util/data/msgreply.c
755
if(q->qtype == LDNS_RR_TYPE_AAAA && (flags&BIT_CD))
usr.sbin/unbound/util/data/msgreply.c
776
lock_protect(&e->entry.lock, &e->key.qtype, sizeof(e->key.qtype));
usr.sbin/unbound/util/data/msgreply.c
898
if(ntohs(s->rk.type) == qinfo->qtype &&
usr.sbin/unbound/util/data/msgreply.c
91
qinf->qtype = msg->qtype;
usr.sbin/unbound/util/data/msgreply.h
81
uint16_t qtype;
usr.sbin/unbound/util/module.c
140
sldns_wire2str_type_buf(qstate->qinfo.qtype, t, sizeof(t));
usr.sbin/unbound/util/module.c
183
sldns_wire2str_type_buf(qstate->qinfo.qtype, t, sizeof(t));
usr.sbin/unbound/validator/autotrust.c
2387
qinfo.qtype = LDNS_RR_TYPE_DNSKEY;
usr.sbin/unbound/validator/autotrust.c
2414
qinfo.qtype, qinfo.qclass, 0);
usr.sbin/unbound/validator/val_neg.c
1072
uint16_t qtype, uint16_t qclass, uint32_t flags,
usr.sbin/unbound/validator/val_neg.c
1077
qname, qname_len, qtype, qclass, flags, now, 0);
usr.sbin/unbound/validator/val_neg.c
1090
(qtype == LDNS_RR_TYPE_NSEC && nsec_has_type(k, checktype)) ||
usr.sbin/unbound/validator/val_neg.c
1091
(qtype == LDNS_RR_TYPE_NSEC3 && !nsec3_no_type(k, checktype))
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
1441
if(qinfo->qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/validator/val_neg.c
1444
qinfo->qtype, qinfo->qclass, region, 2)))
usr.sbin/unbound/validator/val_neg.c
1459
qinfo->qtype, qinfo->qclass, region, 3)))
usr.sbin/unbound/validator/val_neg.c
1481
wc_qinfo.qtype = qinfo->qtype;
usr.sbin/unbound/validator/val_neg.c
1485
wc_qinfo.qname_len, wc_qinfo.qtype,
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
349
if(nsec_has_type(nsec, qinfo->qtype)) {
usr.sbin/unbound/validator/val_nsec.c
385
if(nsec_has_type(nsec, qinfo->qtype)) {
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
469
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/validator/val_nsec3.c
1281
if(nsec3_has_type(rrset, rr, qinfo->qtype)) {
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
1344
} else if(sec==sec_status_insecure && qinfo->qtype!=LDNS_RR_TYPE_DS){
usr.sbin/unbound/validator/val_nsec3.c
1360
if(nsec3_has_type(rrset, rr, qinfo->qtype)) {
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
444
if(qinfo->qtype == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/validator/val_utils.c
119
if(rcode == LDNS_RCODE_NOERROR && qinf->qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/validator/val_utils.c
124
if(qinf->qtype == LDNS_RR_TYPE_DNAME) {
usr.sbin/unbound/validator/val_utils.c
1338
qinfo.qtype = LDNS_RR_TYPE_DS;
usr.sbin/unbound/validator/val_utils.c
149
ntohs(rep->rrsets[i]->rk.type) == qinf->qtype)
usr.sbin/unbound/validator/val_utils.c
283
qinf->qtype == LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/validator/validator.c
1476
if(qchase->qtype != LDNS_RR_TYPE_ANY) {
usr.sbin/unbound/validator/validator.c
1633
if(qchase->qtype != LDNS_RR_TYPE_DNAME &&
usr.sbin/unbound/validator/validator.c
1906
vq->qchase.qtype = ntohs(vq->orig_msg->rep->
usr.sbin/unbound/validator/validator.c
1915
if(vq->qchase.qtype == LDNS_RR_TYPE_DS ||
usr.sbin/unbound/validator/validator.c
1916
(vq->qchase.qtype == LDNS_RR_TYPE_NSEC &&
usr.sbin/unbound/validator/validator.c
1967
qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY &&
usr.sbin/unbound/validator/validator.c
2573
qstate->qinfo.qname_len, qstate->qinfo.qtype,
usr.sbin/unbound/validator/validator.c
2646
(qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/validator/validator.c
2647
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA)) {
usr.sbin/unbound/validator/validator.c
3598
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/validator/validator.c
3620
} else if(qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY) {
usr.sbin/unbound/validator/validator.c
428
if(qstate->qinfo.qtype == LDNS_RR_TYPE_RRSIG &&
usr.sbin/unbound/validator/validator.c
472
size_t namelen, uint16_t qtype, uint16_t qclass, uint16_t flags,
usr.sbin/unbound/validator/validator.c
480
ask.qtype = qtype;