Symbol: qtype
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
1002
if (qstate->qinfo.qtype == LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/dns64/dns64.c
1005
log_assert(qstate->qinfo.qtype == LDNS_RR_TYPE_PTR);
sbin/unwind/libunbound/dns64/dns64.c
521
qinfo.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/dns64/dns64.c
580
&& qstate->qinfo.qtype == LDNS_RR_TYPE_PTR
sbin/unwind/libunbound/dns64/dns64.c
588
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA &&
sbin/unwind/libunbound/dns64/dns64.c
637
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA &&
sbin/unwind/libunbound/dns64/dns64.c
990
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
1103
if(msg->qtype != qinfo->qtype || msg->qclass != qinfo->qclass)
sbin/unwind/libunbound/iterator/iter_scrub.c
566
if(qinfo->qtype == LDNS_RR_TYPE_ANY) {
sbin/unwind/libunbound/iterator/iter_scrub.c
583
if(qinfo->qtype != LDNS_RR_TYPE_ANY &&
sbin/unwind/libunbound/iterator/iter_scrub.c
584
qinfo->qtype != rrset->type) {
sbin/unwind/libunbound/iterator/iter_scrub.c
713
qinfo->qtype == LDNS_RR_TYPE_DS &&
sbin/unwind/libunbound/iterator/iter_utils.c
1231
neg->rk.type = htons(qinfo->qtype);
sbin/unwind/libunbound/iterator/iter_utils.c
302
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
sbin/unwind/libunbound/iterator/iter_utils.c
322
name, namelen, qtype, &lame, &dnsseclame, &reclame,
sbin/unwind/libunbound/iterator/iter_utils.c
361
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
sbin/unwind/libunbound/iterator/iter_utils.c
373
name, namelen, qtype, now, a);
sbin/unwind/libunbound/iterator/iter_utils.c
440
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
sbin/unwind/libunbound/iterator/iter_utils.c
450
got_num = iter_fill_rtt(iter_env, env, name, namelen, qtype, now, dp,
sbin/unwind/libunbound/iterator/iter_utils.c
634
uint8_t* name, size_t namelen, uint16_t qtype, int* dnssec_lame,
sbin/unwind/libunbound/iterator/iter_utils.c
641
int num = iter_filter_order(iter_env, env, name, namelen, qtype,
sbin/unwind/libunbound/iterator/iter_utils.c
767
qinf.qtype = t;
sbin/unwind/libunbound/iterator/iter_utils.c
863
if( ((qinfo->qtype == LDNS_RR_TYPE_A && supports_ipv4) ||
sbin/unwind/libunbound/iterator/iter_utils.c
864
(qinfo->qtype == LDNS_RR_TYPE_AAAA && supports_ipv6)) &&
sbin/unwind/libunbound/iterator/iter_utils.h
111
size_t namelen, uint16_t qtype, int* dnssec_lame,
sbin/unwind/libunbound/iterator/iterator.c
1177
if(qstate->qinfo.qtype == ntohs(s->rk.type) &&
sbin/unwind/libunbound/iterator/iterator.c
1221
if(qstate->qinfo.qtype == LDNS_RR_TYPE_NS &&
sbin/unwind/libunbound/iterator/iterator.c
1229
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS)
sbin/unwind/libunbound/iterator/iterator.c
1282
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY &&
sbin/unwind/libunbound/iterator/iterator.c
1337
if( (iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue)
sbin/unwind/libunbound/iterator/iterator.c
1443
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/iterator/iterator.c
1496
iq->qchase.qname_len, iq->qchase.qtype,
sbin/unwind/libunbound/iterator/iterator.c
1617
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue ||
sbin/unwind/libunbound/iterator/iterator.c
1618
(iq->qchase.qtype == LDNS_RR_TYPE_NS && qstate->prefetch_leeway
sbin/unwind/libunbound/iterator/iterator.c
1626
(iq->qchase.qtype == LDNS_RR_TYPE_NS &&
sbin/unwind/libunbound/iterator/iterator.c
1638
delnamelen, iq->qchase.qtype, iq->qchase.qclass,
sbin/unwind/libunbound/iterator/iterator.c
1830
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue) {
sbin/unwind/libunbound/iterator/iterator.c
1918
uint16_t qtype, uint16_t qclass)
sbin/unwind/libunbound/iterator/iterator.c
1921
if(!generate_sub_request(name, namelen, qtype, qclass, qstate,
sbin/unwind/libunbound/iterator/iterator.c
1938
name, namelen, qtype, qclass, subq->region,
sbin/unwind/libunbound/iterator/iterator.c
1951
log_nametypeclass(VERB_QUERY, "new pside target", name, qtype, qclass);
sbin/unwind/libunbound/iterator/iterator.c
1970
int id, uint8_t* name, size_t namelen, uint16_t qtype, uint16_t qclass)
sbin/unwind/libunbound/iterator/iterator.c
1973
if(!generate_sub_request(name, namelen, qtype, qclass, qstate,
sbin/unwind/libunbound/iterator/iterator.c
1976
log_nametypeclass(VERB_QUERY, "new target", name, qtype, qclass);
sbin/unwind/libunbound/iterator/iterator.c
226
if(qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
sbin/unwind/libunbound/iterator/iterator.c
227
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA) {
sbin/unwind/libunbound/iterator/iterator.c
249
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
sbin/unwind/libunbound/iterator/iterator.c
256
if(qstate->qinfo.qtype == LDNS_RR_TYPE_NS) {
sbin/unwind/libunbound/iterator/iterator.c
2592
iq->qinfo_out.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/iterator/iterator.c
2650
&& (iq->qchase.qtype == LDNS_RR_TYPE_DS
sbin/unwind/libunbound/iterator/iterator.c
2651
|| iq->qchase.qtype == LDNS_RR_TYPE_A)))
sbin/unwind/libunbound/iterator/iterator.c
2657
iq->qinfo_out.qtype, iq->qinfo_out.qclass,
sbin/unwind/libunbound/iterator/iterator.c
2679
iq->qinfo_out.qtype,
sbin/unwind/libunbound/iterator/iterator.c
2860
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/iterator/iterator.c
2911
iq->dp->name, iq->dp->namelen, iq->qchase.qtype,
sbin/unwind/libunbound/iterator/iterator.c
312
qstate->qinfo.qtype, qstate->qinfo.qclass,
sbin/unwind/libunbound/iterator/iterator.c
3256
(iq->qchase.qtype == LDNS_RR_TYPE_CNAME ||
sbin/unwind/libunbound/iterator/iterator.c
3257
iq->qchase.qtype == LDNS_RR_TYPE_ANY) &&
sbin/unwind/libunbound/iterator/iterator.c
3285
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
sbin/unwind/libunbound/iterator/iterator.c
3298
if(iq->qchase.qtype == LDNS_RR_TYPE_DNSKEY && SERVE_EXPIRED
sbin/unwind/libunbound/iterator/iterator.c
3311
iq->qchase.qtype != iq->response->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
3368
iq->response->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
3390
( qstate->qinfo.qtype == LDNS_RR_TYPE_NS
sbin/unwind/libunbound/iterator/iterator.c
3422
iq->qchase.qtype, iq->qchase.qclass);
sbin/unwind/libunbound/iterator/iterator.c
3513
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
sbin/unwind/libunbound/iterator/iterator.c
3562
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/iterator/iterator.c
3632
iq->qchase.qtype))
sbin/unwind/libunbound/iterator/iterator.c
3650
*qstate->env->now, 0, 1, iq->qchase.qtype))
sbin/unwind/libunbound/iterator/iterator.c
3782
qstate->qinfo.qname, qstate->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
3785
qstate->qinfo.qname_len, qstate->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
3889
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
sbin/unwind/libunbound/iterator/iterator.c
4068
qstate->qinfo.qname, qstate->qinfo.qtype, c);
sbin/unwind/libunbound/iterator/iterator.c
4070
qstate->qinfo.qname_len, qstate->qinfo.qtype,
sbin/unwind/libunbound/iterator/iterator.c
4197
else if(super->qinfo.qtype == LDNS_RR_TYPE_DS && ((struct iter_qstate*)
sbin/unwind/libunbound/iterator/iterator.c
797
generate_sub_request(uint8_t* qname, size_t qnamelen, uint16_t qtype,
sbin/unwind/libunbound/iterator/iterator.c
811
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
581
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
1017
(data) ? data : raddr->data, qinfo->qtype, rep,
sbin/unwind/libunbound/respip/respip.c
1027
if(!result && !respip_nodata_answer(qinfo->qtype, action, rep,
sbin/unwind/libunbound/respip/respip.c
1047
qinfo->qtype != LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/respip/respip.c
1074
subqi.qtype = qstate->qinfo.qtype;
sbin/unwind/libunbound/respip/respip.c
1110
if((qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
sbin/unwind/libunbound/respip/respip.c
1111
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA ||
sbin/unwind/libunbound/respip/respip.c
1112
qstate->qinfo.qtype == LDNS_RR_TYPE_ANY) &&
sbin/unwind/libunbound/respip/respip.c
1314
uint16_t qtype, uint16_t qclass, struct local_rrset* local_alias,
sbin/unwind/libunbound/respip/respip.c
1349
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
2506
(qinfo->qtype != LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/services/authzone.c
2813
qinfo.qtype = 0;
sbin/unwind/libunbound/services/authzone.c
2928
qinfo.qtype = 0;
sbin/unwind/libunbound/services/authzone.c
3168
follow_cname_chain(struct auth_zone* z, uint16_t qtype,
sbin/unwind/libunbound/services/authzone.c
3187
if((rrset=az_domain_rrset(node, qtype))!=NULL) {
sbin/unwind/libunbound/services/authzone.c
3209
if(!follow_cname_chain(z, qinfo->qtype, region, msg, rrset->data))
sbin/unwind/libunbound/services/authzone.c
3280
if(!follow_cname_chain(z, qinfo->qtype, region, msg,
sbin/unwind/libunbound/services/authzone.c
3295
if((rrset=az_domain_rrset(wildcard, qinfo->qtype)) != NULL) {
sbin/unwind/libunbound/services/authzone.c
3307
if(!follow_cname_chain(z, qinfo->qtype, region, msg,
sbin/unwind/libunbound/services/authzone.c
3310
} else if(qinfo->qtype == LDNS_RR_TYPE_ANY && wildcard->rrsets) {
sbin/unwind/libunbound/services/authzone.c
3376
if((rrset=az_domain_rrset(node, qinfo->qtype)) != NULL) {
sbin/unwind/libunbound/services/authzone.c
3385
if(qinfo->qtype == LDNS_RR_TYPE_ANY) {
sbin/unwind/libunbound/services/authzone.c
3450
sldns_wire2str_type_buf(qinfo->qtype, tpstr, sizeof(tpstr));
sbin/unwind/libunbound/services/authzone.c
3578
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/services/authzone.c
4237
qinfo.qtype = LDNS_RR_TYPE_SOA;
sbin/unwind/libunbound/services/authzone.c
4262
qinfo.qtype = LDNS_RR_TYPE_IXFR;
sbin/unwind/libunbound/services/authzone.c
4264
qinfo.qtype = LDNS_RR_TYPE_AXFR;
sbin/unwind/libunbound/services/authzone.c
4274
if(qinfo.qtype == LDNS_RR_TYPE_IXFR) {
sbin/unwind/libunbound/services/authzone.c
4300
check_packet_ok(sldns_buffer* pkt, uint16_t qtype, struct auth_xfer* xfr,
sbin/unwind/libunbound/services/authzone.c
4334
if(sldns_buffer_read_u16(pkt) != qtype)
sbin/unwind/libunbound/services/authzone.c
4355
if(sldns_buffer_read_u16(pkt) != qtype)
sbin/unwind/libunbound/services/authzone.c
5437
qinfo.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/services/authzone.c
5439
qinfo.qtype = LDNS_RR_TYPE_AAAA;
sbin/unwind/libunbound/services/authzone.c
5719
if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
5832
uint16_t qtype, qclass;
sbin/unwind/libunbound/services/authzone.c
5852
qtype = sldns_buffer_read_u16(pkt);
sbin/unwind/libunbound/services/authzone.c
5861
if(qtype != LDNS_RR_TYPE_IXFR) {
sbin/unwind/libunbound/services/authzone.c
5868
if(qtype != LDNS_RR_TYPE_AXFR) {
sbin/unwind/libunbound/services/authzone.c
6632
qinfo.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/services/authzone.c
6634
qinfo.qtype = LDNS_RR_TYPE_AAAA;
sbin/unwind/libunbound/services/authzone.c
6782
if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8328
if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8359
} else if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8371
} else if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8378
} else if(rep && rq.qtype == wanted_qtype &&
sbin/unwind/libunbound/services/authzone.c
8454
qinfo.qtype = LDNS_RR_TYPE_DS;
sbin/unwind/libunbound/services/authzone.c
8455
else qinfo.qtype = LDNS_RR_TYPE_DNSKEY;
sbin/unwind/libunbound/services/authzone.c
8480
z->zonemd_callback_qtype = qinfo.qtype;
sbin/unwind/libunbound/services/cache/dns.c
1021
if(!e && k.qtype != LDNS_RR_TYPE_A &&
sbin/unwind/libunbound/services/cache/dns.c
1023
k.qtype = LDNS_RR_TYPE_A;
sbin/unwind/libunbound/services/cache/dns.c
1045
k.qtype = qtype;
sbin/unwind/libunbound/services/cache/dns.c
1050
if(qtype == LDNS_RR_TYPE_ANY) {
sbin/unwind/libunbound/services/cache/dns.c
1051
return fill_any(env, qname, qnamelen, qtype, qclass, region);
sbin/unwind/libunbound/services/cache/dns.c
1068
msgqinf->qname, msgqinf->qname_len, msgqinf->qtype,
sbin/unwind/libunbound/services/cache/dns.c
1092
&& msgqinf->qtype != LDNS_RR_TYPE_RRSIG) {
sbin/unwind/libunbound/services/cache/dns.c
1186
qinfo->qtype, qinfo->qclass, flags, *env->now, 1);
sbin/unwind/libunbound/services/cache/dns.c
140
uint16_t qtype, uint16_t qclass, uint16_t flags)
sbin/unwind/libunbound/services/cache/dns.c
147
k.qtype = qtype;
sbin/unwind/libunbound/services/cache/dns.c
192
qinfo->qtype, qinfo->qclass, flags);
sbin/unwind/libunbound/services/cache/dns.c
283
uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr)
sbin/unwind/libunbound/services/cache/dns.c
291
k.qtype = qtype;
sbin/unwind/libunbound/services/cache/dns.c
467
dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype,
sbin/unwind/libunbound/services/cache/dns.c
478
msg->qinfo.qtype = qtype;
sbin/unwind/libunbound/services/cache/dns.c
523
size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/cache/dns.c
551
*msg = dns_msg_create(qname, qnamelen, qtype, qclass, region,
sbin/unwind/libunbound/services/cache/dns.c
826
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/cache/dns.c
839
msg = dns_msg_create(qname, qnamelen, qtype, qclass,
sbin/unwind/libunbound/services/cache/dns.c
871
msg = dns_msg_create(qname, qnamelen, qtype, qclass,
sbin/unwind/libunbound/services/cache/dns.c
891
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
sbin/unwind/libunbound/services/cache/dns.c
904
k.qtype = qtype;
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
985
qtype, qclass, 0, now, 0))) {
sbin/unwind/libunbound/services/cache/dns.c
997
(qtype == LDNS_RR_TYPE_DS ||
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
283
uint16_t qtype, uint16_t qclass, uint32_t flags, time_t timenow,
sbin/unwind/libunbound/services/cache/rrset.c
293
key.rk.type = htons(qtype);
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
1395
if(rdr_type != qinfo->qtype && rdr_type != LDNS_RR_TYPE_CNAME)
sbin/unwind/libunbound/services/localzone.c
1466
if(result && qinfo->qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/services/localzone.c
1523
lr = local_data_find_type(ld, qinfo->qtype, 1);
sbin/unwind/libunbound/services/localzone.c
1530
qinfo->qtype != LDNS_RR_TYPE_CNAME &&
sbin/unwind/libunbound/services/localzone.c
1638
lr = local_data_find_type(ld, qinfo->qtype, 1);
sbin/unwind/libunbound/services/localzone.c
1703
if(qinfo->qtype == LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/services/localzone.c
1714
if(qinfo->qtype == LDNS_RR_TYPE_A ||
sbin/unwind/libunbound/services/localzone.c
1715
qinfo->qtype == LDNS_RR_TYPE_AAAA) {
sbin/unwind/libunbound/services/localzone.c
1727
lrr.rk.type = htons(qinfo->qtype);
sbin/unwind/libunbound/services/localzone.c
1729
if(qinfo->qtype == LDNS_RR_TYPE_A) {
sbin/unwind/libunbound/services/localzone.c
1784
log_nametypeclass(NO_VERBOSE, txt, qinfo->qname, qinfo->qtype, qinfo->qclass);
sbin/unwind/libunbound/services/localzone.c
1866
qinfo->qclass, qinfo->qtype))) {
sbin/unwind/libunbound/services/localzone.c
1899
qinfo->qname_len, labs, qinfo->qclass, qinfo->qtype,
sbin/unwind/libunbound/services/mesh.c
1605
sldns_rr_type qtype = qstate->qinfo.qtype;
sbin/unwind/libunbound/services/mesh.c
1651
"X%d", qtype);
sbin/unwind/libunbound/services/mesh.c
1681
qinfo.qtype = LDNS_RR_TYPE_TXT;
sbin/unwind/libunbound/services/mesh.c
1762
r->qname, mstate->s.qinfo.qtype,
sbin/unwind/libunbound/services/mesh.c
2372
if(qinfo->qtype != LDNS_RR_TYPE_A &&
sbin/unwind/libunbound/services/mesh.c
2373
qinfo->qtype != LDNS_RR_TYPE_AAAA &&
sbin/unwind/libunbound/services/mesh.c
2374
qinfo->qtype != LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/services/mesh.c
2481
qinfo_tmp.qtype = qstate->qinfo.qtype;
sbin/unwind/libunbound/services/mesh.c
2524
qstate->qinfo.qtype, qstate->qinfo.qclass,
sbin/unwind/libunbound/services/mesh.c
308
m->s.qinfo.qname, m->s.qinfo.qtype,
sbin/unwind/libunbound/services/mesh.c
991
mstate->s.qinfo.qtype = qinfo->qtype;
sbin/unwind/libunbound/services/outside_network.c
2566
uint16_t qtype, uint16_t qclass, uint16_t flags)
sbin/unwind/libunbound/services/outside_network.c
2576
sldns_buffer_write_u16(buff, qtype);
sbin/unwind/libunbound/services/outside_network.c
2630
uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list,
sbin/unwind/libunbound/services/outside_network.c
2661
sq->qtype = qtype;
sbin/unwind/libunbound/services/outside_network.c
3019
!sq->nocaps && sq->qtype != LDNS_RR_TYPE_PTR) {
sbin/unwind/libunbound/services/outside_network.c
3153
sq->addrlen, sq->zone, sq->zonelen, sq->qtype,
sbin/unwind/libunbound/services/outside_network.c
3168
sq->addrlen, sq->zone, sq->zonelen, sq->qtype,
sbin/unwind/libunbound/services/outside_network.c
3243
packet_edns_malformed(struct sldns_buffer* buf, int qtype)
sbin/unwind/libunbound/services/outside_network.c
3260
if(len == 1 && qtype == 0)
sbin/unwind/libunbound/services/outside_network.c
3305
sq->zone, sq->zonelen, sq->qtype, -1, sq->last_rtt,
sbin/unwind/libunbound/services/outside_network.c
3343
|| packet_edns_malformed(c->buffer, sq->qtype)
sbin/unwind/libunbound/services/outside_network.c
3398
sq->zone, sq->zonelen, sq->qtype, roundtime,
sbin/unwind/libunbound/services/outside_network.c
3474
serviced_gen_query(buff, qinfo->qname, qinfo->qname_len, qinfo->qtype,
sbin/unwind/libunbound/services/outside_network.c
3505
addrlen, zone, zonelen, (int)qinfo->qtype,
sbin/unwind/libunbound/services/outside_network.h
479
int qtype;
sbin/unwind/libunbound/services/rpz.c
1258
rpz_find_synthesized_rrset(uint16_t qtype,
sbin/unwind/libunbound/services/rpz.c
1264
if(htons(qtype) == packed_rrset->type) {
sbin/unwind/libunbound/services/rpz.c
1666
log_nametypeclass(0, txt, qinfo->qname, qinfo->qtype, qinfo->qclass);
sbin/unwind/libunbound/services/rpz.c
1861
rrset = rpz_find_synthesized_rrset(qinfo->qtype, raddr, 1);
sbin/unwind/libunbound/services/rpz.c
2078
rrset = rpz_find_synthesized_rrset(qi->qtype, data, 1);
sbin/unwind/libunbound/services/rpz.c
2138
rrset = local_data_find_type(ld, qi->qtype, 1);
sbin/unwind/libunbound/services/rpz.c
2173
rrset = local_data_find_type(ld, qinfo->qtype, 1);
sbin/unwind/libunbound/util/data/msgencode.c
1080
sldns_buffer_write_u16(pkt, qinfo->qtype);
sbin/unwind/libunbound/util/data/msgencode.c
1114
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
560
sldns_pkt_section s, uint16_t qtype, int dnssec, size_t rr_offset,
sbin/unwind/libunbound/util/data/msgencode.c
571
if(s == LDNS_SECTION_ANSWER && qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/util/data/msgencode.c
577
s, qtype, dnssec, rr_offset, compress_count))
sbin/unwind/libunbound/util/data/msgencode.c
590
s, qtype, dnssec, rr_offset, compress_count))
sbin/unwind/libunbound/util/data/msgencode.c
601
s, qtype, dnssec, rr_offset, compress_count))
sbin/unwind/libunbound/util/data/msgencode.c
630
sldns_buffer_write_u16(buffer, qinfo->qtype);
sbin/unwind/libunbound/util/data/msgencode.c
636
positive_answer(struct reply_info* rep, uint16_t qtype) {
sbin/unwind/libunbound/util/data/msgencode.c
642
if(ntohs(rep->rrsets[i]->rk.type) == qtype) {
sbin/unwind/libunbound/util/data/msgencode.c
644
if(qtype == LDNS_RR_TYPE_NS)
sbin/unwind/libunbound/util/data/msgencode.c
741
qinfo->qtype, dnssec, rr_offset, &compress_count)) != RETVAL_OK) {
sbin/unwind/libunbound/util/data/msgencode.c
755
0, timenow, region, &tree, LDNS_SECTION_ANSWER, qinfo->qtype,
sbin/unwind/libunbound/util/data/msgencode.c
769
if( ! (minimise && positive_answer(rep, qinfo->qtype)) ) {
sbin/unwind/libunbound/util/data/msgencode.c
773
LDNS_SECTION_AUTHORITY, qinfo->qtype,
sbin/unwind/libunbound/util/data/msgencode.c
790
&tree, LDNS_SECTION_ADDITIONAL, qinfo->qtype,
sbin/unwind/libunbound/util/data/msgparse.c
418
msg->qtype == LDNS_RR_TYPE_RRSIG ||
sbin/unwind/libunbound/util/data/msgparse.c
419
(msg->qtype == LDNS_RR_TYPE_ANY &&
sbin/unwind/libunbound/util/data/msgparse.c
598
msg->qtype = sldns_buffer_read_u16(pkt);
sbin/unwind/libunbound/util/data/msgparse.c
778
if( (msg->qtype == LDNS_RR_TYPE_RRSIG ||
sbin/unwind/libunbound/util/data/msgparse.c
779
msg->qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/util/data/msgparse.h
132
uint16_t qtype;
sbin/unwind/libunbound/util/data/msgreply.c
1029
sldns_wire2str_type_buf(qinf->qtype, type_buf, sizeof(type_buf));
sbin/unwind/libunbound/util/data/msgreply.c
1047
log_nametypeclass(v, str, qinf->qname, qinf->qtype, qinf->qclass);
sbin/unwind/libunbound/util/data/msgreply.c
654
m->qtype = sldns_buffer_read_u16(query);
sbin/unwind/libunbound/util/data/msgreply.c
673
COMPARE_IT(msg1->qtype, msg2->qtype);
sbin/unwind/libunbound/util/data/msgreply.c
726
h = hashlittle(&q->qtype, sizeof(q->qtype), h);
sbin/unwind/libunbound/util/data/msgreply.c
727
if(q->qtype == LDNS_RR_TYPE_AAAA && (flags&BIT_CD))
sbin/unwind/libunbound/util/data/msgreply.c
748
lock_protect(&e->entry.lock, &e->key.qtype, sizeof(e->key.qtype));
sbin/unwind/libunbound/util/data/msgreply.c
870
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
1061
uint16_t qtype, uint16_t qclass, uint32_t flags,
sbin/unwind/libunbound/validator/val_neg.c
1066
qname, qname_len, qtype, qclass, flags, now, 0);
sbin/unwind/libunbound/validator/val_neg.c
1083
(qtype == LDNS_RR_TYPE_NSEC && nsec_has_type(k, checktype)) ||
sbin/unwind/libunbound/validator/val_neg.c
1084
(qtype == LDNS_RR_TYPE_NSEC3 && !nsec3_no_type(k, checktype))
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
1415
if(qinfo->qtype == LDNS_RR_TYPE_ANY)
sbin/unwind/libunbound/validator/val_neg.c
1418
qinfo->qtype, qinfo->qclass, region, 2)))
sbin/unwind/libunbound/validator/val_neg.c
1431
qinfo->qtype, qinfo->qclass, region, 3)))
sbin/unwind/libunbound/validator/val_neg.c
1451
wc_qinfo.qtype = qinfo->qtype;
sbin/unwind/libunbound/validator/val_neg.c
1455
wc_qinfo.qname_len, wc_qinfo.qtype,
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
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
1223
if(nsec3_has_type(rrset, rr, qinfo->qtype)) {
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
1286
} else if(sec==sec_status_insecure && qinfo->qtype!=LDNS_RR_TYPE_DS){
sbin/unwind/libunbound/validator/val_nsec3.c
1302
if(nsec3_has_type(rrset, rr, qinfo->qtype)) {
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
449
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
1327
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
1417
if(qchase->qtype != LDNS_RR_TYPE_ANY) {
sbin/unwind/libunbound/validator/validator.c
1560
if(qchase->qtype != LDNS_RR_TYPE_DNAME &&
sbin/unwind/libunbound/validator/validator.c
1827
vq->qchase.qtype = ntohs(vq->orig_msg->rep->
sbin/unwind/libunbound/validator/validator.c
1836
if(vq->qchase.qtype == LDNS_RR_TYPE_DS ||
sbin/unwind/libunbound/validator/validator.c
1837
(vq->qchase.qtype == LDNS_RR_TYPE_NSEC &&
sbin/unwind/libunbound/validator/validator.c
1888
qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY &&
sbin/unwind/libunbound/validator/validator.c
2494
qstate->qinfo.qname_len, qstate->qinfo.qtype,
sbin/unwind/libunbound/validator/validator.c
2567
(qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
sbin/unwind/libunbound/validator/validator.c
2568
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA)) {
sbin/unwind/libunbound/validator/validator.c
3456
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS) {
sbin/unwind/libunbound/validator/validator.c
3478
} 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
199
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
220
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
242
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
246
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
260
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
265
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
273
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
280
(q->qtype==TYPE_AXFR?"axfr":"ixfr"),
usr.sbin/nsd/axfr.c
294
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
416
if(metrics_inhibit_zero && st->qtype[i] == 0 &&
usr.sbin/nsd/metrics.c
420
prefix, rrtype_to_string(i), (unsigned long)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
1048
if(query->qtype == TYPE_DS)
usr.sbin/nsd/nsec3.c
1148
query->qtype != TYPE_NSEC3 &&
usr.sbin/nsd/nsec3.c
1179
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
1063
if (q->qtype == TYPE_ANY) {
usr.sbin/nsd/query.c
1118
} else if (q->qtype == TYPE_NSEC3) {
usr.sbin/nsd/query.c
1122
} else if ((rrset = domain_find_rrset(domain, q->zone, q->qtype))) {
usr.sbin/nsd/query.c
1245
if(q->qtype == TYPE_CNAME) {
usr.sbin/nsd/query.c
1415
} else if(q->qtype == TYPE_SOA
usr.sbin/nsd/query.c
1486
if (exact && q->qtype == TYPE_DS && closest_encloser == q->zone->apex) {
usr.sbin/nsd/query.c
1523
if (exact && q->qtype == TYPE_DS && closest_encloser == q->zone->apex) {
usr.sbin/nsd/query.c
1543
|| (exact && q->qtype == TYPE_DS && closest_encloser == q->delegation_domain))
usr.sbin/nsd/query.c
1575
ZTATUP2(nsd, q->zone, qtype, q->qtype);
usr.sbin/nsd/query.c
1649
STATUP2(nsd, qtype, q->qtype);
usr.sbin/nsd/query.c
1691
(q->qtype!=TYPE_IXFR && NSCOUNT(q->packet) != 0)) {
usr.sbin/nsd/query.c
1694
if(q->qtype==TYPE_IXFR && NSCOUNT(q->packet) > 0) {
usr.sbin/nsd/query.c
1791
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
585
switch (q->qtype) {
usr.sbin/nsd/query.c
773
return (query->qtype != TYPE_DNSKEY && query->qtype != TYPE_DS
usr.sbin/nsd/query.c
774
&& query->qtype != TYPE_ANY);
usr.sbin/nsd/query.c
794
query->qtype != TYPE_NS)
usr.sbin/nsd/query.h
95
uint16_t qtype;
usr.sbin/nsd/remote.c
3000
if(inhibit_zero && st->qtype[i] == 0 &&
usr.sbin/nsd/remote.c
3004
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
2740
uint16_t qtype, qclass;
usr.sbin/nsd/xfrd.c
2746
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
711
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
1031
if(inhibit_zero && s->svr.qtype[i] == 0)
usr.sbin/unbound/daemon/remote.c
1050
nm, (unsigned long)s->svr.qtype[i])) return 0;
usr.sbin/unbound/daemon/remote.c
1786
sldns_wire2str_type_buf(q->qtype, tp, sizeof(tp));
usr.sbin/unbound/daemon/remote.c
1949
sldns_wire2str_type_buf(k->key.qtype, tp, sizeof(tp));
usr.sbin/unbound/daemon/remote.c
2103
k.qtype = t;
usr.sbin/unbound/daemon/remote.c
3037
char* t = sldns_wire2str_type(sub->s->s.qinfo.qtype);
usr.sbin/unbound/daemon/remote.c
3070
char* t = sldns_wire2str_type(m->s.qinfo.qtype);
usr.sbin/unbound/daemon/remote.c
7344
qinfo.qtype = z->zonemd_callback_qtype;
usr.sbin/unbound/daemon/stats.c
507
total->svr.qtype[i] += a->svr.qtype[i];
usr.sbin/unbound/daemon/stats.c
533
uint16_t qtype, uint16_t qclass, struct edns_data* edns,
usr.sbin/unbound/daemon/stats.c
537
if(qtype < UB_STATS_QTYPE_NUM)
usr.sbin/unbound/daemon/stats.c
538
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
1094
if(qinfo->qtype != LDNS_RR_TYPE_ANY && qinfo->qtype != LDNS_RR_TYPE_TXT)
usr.sbin/unbound/daemon/worker.c
1525
if(!(qinfo.qtype == LDNS_RR_TYPE_TXT &&
usr.sbin/unbound/daemon/worker.c
1531
sldns_rr_descript(qinfo.qtype)->_name,
usr.sbin/unbound/daemon/worker.c
1620
log_query_in(ip, qinfo.qname, qinfo.qtype, qinfo.qclass);
usr.sbin/unbound/daemon/worker.c
1622
if(qinfo.qtype == LDNS_RR_TYPE_AXFR ||
usr.sbin/unbound/daemon/worker.c
1623
qinfo.qtype == LDNS_RR_TYPE_IXFR) {
usr.sbin/unbound/daemon/worker.c
1632
worker->stats.qtype[qinfo.qtype]++;
usr.sbin/unbound/daemon/worker.c
1636
if(qinfo.qtype == LDNS_RR_TYPE_OPT ||
usr.sbin/unbound/daemon/worker.c
1637
qinfo.qtype == LDNS_RR_TYPE_TSIG ||
usr.sbin/unbound/daemon/worker.c
1638
qinfo.qtype == LDNS_RR_TYPE_TKEY ||
usr.sbin/unbound/daemon/worker.c
1639
qinfo.qtype == LDNS_RR_TYPE_MAILA ||
usr.sbin/unbound/daemon/worker.c
1640
qinfo.qtype == LDNS_RR_TYPE_MAILB ||
usr.sbin/unbound/daemon/worker.c
1641
(qinfo.qtype >= 128 && qinfo.qtype <= 248)) {
usr.sbin/unbound/daemon/worker.c
1654
worker->stats.qtype[qinfo.qtype]++;
usr.sbin/unbound/daemon/worker.c
1780
server_stats_insquery(&worker->stats, c, qinfo.qtype,
usr.sbin/unbound/daemon/worker.c
1888
(qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/daemon/worker.c
1889
qinfo.qtype == LDNS_RR_TYPE_AAAA ||
usr.sbin/unbound/daemon/worker.c
1890
qinfo.qtype == LDNS_RR_TYPE_ANY)) {
usr.sbin/unbound/daemon/worker.c
1973
qinfo_tmp.qtype = qinfo.qtype;
usr.sbin/unbound/daemon/worker.c
575
qinfo->qname_len, qinfo->qtype, qinfo->qclass,
usr.sbin/unbound/daemon/worker.c
684
if(qinfo->qtype != LDNS_RR_TYPE_A &&
usr.sbin/unbound/daemon/worker.c
685
qinfo->qtype != LDNS_RR_TYPE_AAAA &&
usr.sbin/unbound/daemon/worker.c
686
qinfo->qtype != LDNS_RR_TYPE_ANY)
usr.sbin/unbound/daemon/worker.c
706
qinfo->qtype, qinfo->qclass, qinfo->local_alias,
usr.sbin/unbound/dns64/dns64.c
1002
if (qstate->qinfo.qtype == LDNS_RR_TYPE_A) {
usr.sbin/unbound/dns64/dns64.c
1005
log_assert(qstate->qinfo.qtype == LDNS_RR_TYPE_PTR);
usr.sbin/unbound/dns64/dns64.c
521
qinfo.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/dns64/dns64.c
580
&& qstate->qinfo.qtype == LDNS_RR_TYPE_PTR
usr.sbin/unbound/dns64/dns64.c
588
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA &&
usr.sbin/unbound/dns64/dns64.c
637
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA &&
usr.sbin/unbound/dns64/dns64.c
990
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
221
e->key.qtype = 0;
usr.sbin/unbound/edns-subnet/subnetmod.c
559
qinf.qtype = qstate->qinfo.qtype;
usr.sbin/unbound/edns-subnet/subnetmod.c
702
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
1103
if(msg->qtype != qinfo->qtype || msg->qclass != qinfo->qclass)
usr.sbin/unbound/iterator/iter_scrub.c
566
if(qinfo->qtype == LDNS_RR_TYPE_ANY) {
usr.sbin/unbound/iterator/iter_scrub.c
583
if(qinfo->qtype != LDNS_RR_TYPE_ANY &&
usr.sbin/unbound/iterator/iter_scrub.c
584
qinfo->qtype != rrset->type) {
usr.sbin/unbound/iterator/iter_scrub.c
713
qinfo->qtype == LDNS_RR_TYPE_DS &&
usr.sbin/unbound/iterator/iter_utils.c
1231
neg->rk.type = htons(qinfo->qtype);
usr.sbin/unbound/iterator/iter_utils.c
302
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
usr.sbin/unbound/iterator/iter_utils.c
322
name, namelen, qtype, &lame, &dnsseclame, &reclame,
usr.sbin/unbound/iterator/iter_utils.c
361
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
usr.sbin/unbound/iterator/iter_utils.c
373
name, namelen, qtype, now, a);
usr.sbin/unbound/iterator/iter_utils.c
440
uint8_t* name, size_t namelen, uint16_t qtype, time_t now,
usr.sbin/unbound/iterator/iter_utils.c
450
got_num = iter_fill_rtt(iter_env, env, name, namelen, qtype, now, dp,
usr.sbin/unbound/iterator/iter_utils.c
634
uint8_t* name, size_t namelen, uint16_t qtype, int* dnssec_lame,
usr.sbin/unbound/iterator/iter_utils.c
641
int num = iter_filter_order(iter_env, env, name, namelen, qtype,
usr.sbin/unbound/iterator/iter_utils.c
767
qinf.qtype = t;
usr.sbin/unbound/iterator/iter_utils.c
863
if( ((qinfo->qtype == LDNS_RR_TYPE_A && supports_ipv4) ||
usr.sbin/unbound/iterator/iter_utils.c
864
(qinfo->qtype == LDNS_RR_TYPE_AAAA && supports_ipv6)) &&
usr.sbin/unbound/iterator/iter_utils.h
111
size_t namelen, uint16_t qtype, int* dnssec_lame,
usr.sbin/unbound/iterator/iterator.c
1177
if(qstate->qinfo.qtype == ntohs(s->rk.type) &&
usr.sbin/unbound/iterator/iterator.c
1221
if(qstate->qinfo.qtype == LDNS_RR_TYPE_NS &&
usr.sbin/unbound/iterator/iterator.c
1229
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS)
usr.sbin/unbound/iterator/iterator.c
1282
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY &&
usr.sbin/unbound/iterator/iterator.c
1337
if( (iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue)
usr.sbin/unbound/iterator/iterator.c
1443
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/iterator/iterator.c
1496
iq->qchase.qname_len, iq->qchase.qtype,
usr.sbin/unbound/iterator/iterator.c
1617
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue ||
usr.sbin/unbound/iterator/iterator.c
1618
(iq->qchase.qtype == LDNS_RR_TYPE_NS && qstate->prefetch_leeway
usr.sbin/unbound/iterator/iterator.c
1626
(iq->qchase.qtype == LDNS_RR_TYPE_NS &&
usr.sbin/unbound/iterator/iterator.c
1638
delnamelen, iq->qchase.qtype, iq->qchase.qclass,
usr.sbin/unbound/iterator/iterator.c
1830
if(iq->qchase.qtype == LDNS_RR_TYPE_DS || iq->refetch_glue) {
usr.sbin/unbound/iterator/iterator.c
1918
uint16_t qtype, uint16_t qclass)
usr.sbin/unbound/iterator/iterator.c
1921
if(!generate_sub_request(name, namelen, qtype, qclass, qstate,
usr.sbin/unbound/iterator/iterator.c
1938
name, namelen, qtype, qclass, subq->region,
usr.sbin/unbound/iterator/iterator.c
1951
log_nametypeclass(VERB_QUERY, "new pside target", name, qtype, qclass);
usr.sbin/unbound/iterator/iterator.c
1970
int id, uint8_t* name, size_t namelen, uint16_t qtype, uint16_t qclass)
usr.sbin/unbound/iterator/iterator.c
1973
if(!generate_sub_request(name, namelen, qtype, qclass, qstate,
usr.sbin/unbound/iterator/iterator.c
1976
log_nametypeclass(VERB_QUERY, "new target", name, qtype, qclass);
usr.sbin/unbound/iterator/iterator.c
226
if(qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/iterator/iterator.c
227
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA) {
usr.sbin/unbound/iterator/iterator.c
249
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
usr.sbin/unbound/iterator/iterator.c
256
if(qstate->qinfo.qtype == LDNS_RR_TYPE_NS) {
usr.sbin/unbound/iterator/iterator.c
2592
iq->qinfo_out.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/iterator/iterator.c
2650
&& (iq->qchase.qtype == LDNS_RR_TYPE_DS
usr.sbin/unbound/iterator/iterator.c
2651
|| iq->qchase.qtype == LDNS_RR_TYPE_A)))
usr.sbin/unbound/iterator/iterator.c
2657
iq->qinfo_out.qtype, iq->qinfo_out.qclass,
usr.sbin/unbound/iterator/iterator.c
2679
iq->qinfo_out.qtype,
usr.sbin/unbound/iterator/iterator.c
2860
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/iterator/iterator.c
2911
iq->dp->name, iq->dp->namelen, iq->qchase.qtype,
usr.sbin/unbound/iterator/iterator.c
312
qstate->qinfo.qtype, qstate->qinfo.qclass,
usr.sbin/unbound/iterator/iterator.c
3256
(iq->qchase.qtype == LDNS_RR_TYPE_CNAME ||
usr.sbin/unbound/iterator/iterator.c
3257
iq->qchase.qtype == LDNS_RR_TYPE_ANY) &&
usr.sbin/unbound/iterator/iterator.c
3285
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
usr.sbin/unbound/iterator/iterator.c
3298
if(iq->qchase.qtype == LDNS_RR_TYPE_DNSKEY && SERVE_EXPIRED
usr.sbin/unbound/iterator/iterator.c
3311
iq->qchase.qtype != iq->response->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
3368
iq->response->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
3390
( qstate->qinfo.qtype == LDNS_RR_TYPE_NS
usr.sbin/unbound/iterator/iterator.c
3422
iq->qchase.qtype, iq->qchase.qclass);
usr.sbin/unbound/iterator/iterator.c
3513
if(iq->qchase.qtype == LDNS_RR_TYPE_DS && !iq->dsns_point
usr.sbin/unbound/iterator/iterator.c
3562
iq->qchase.qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/iterator/iterator.c
3632
iq->qchase.qtype))
usr.sbin/unbound/iterator/iterator.c
3650
*qstate->env->now, 0, 1, iq->qchase.qtype))
usr.sbin/unbound/iterator/iterator.c
3782
qstate->qinfo.qname, qstate->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
3785
qstate->qinfo.qname_len, qstate->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
3889
delegpt_mark_neg(dpns, qstate->qinfo.qtype);
usr.sbin/unbound/iterator/iterator.c
4068
qstate->qinfo.qname, qstate->qinfo.qtype, c);
usr.sbin/unbound/iterator/iterator.c
4070
qstate->qinfo.qname_len, qstate->qinfo.qtype,
usr.sbin/unbound/iterator/iterator.c
4197
else if(super->qinfo.qtype == LDNS_RR_TYPE_DS && ((struct iter_qstate*)
usr.sbin/unbound/iterator/iterator.c
797
generate_sub_request(uint8_t* qname, size_t qnamelen, uint16_t qtype,
usr.sbin/unbound/iterator/iterator.c
811
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
581
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
1017
(data) ? data : raddr->data, qinfo->qtype, rep,
usr.sbin/unbound/respip/respip.c
1027
if(!result && !respip_nodata_answer(qinfo->qtype, action, rep,
usr.sbin/unbound/respip/respip.c
1047
qinfo->qtype != LDNS_RR_TYPE_ANY)
usr.sbin/unbound/respip/respip.c
1074
subqi.qtype = qstate->qinfo.qtype;
usr.sbin/unbound/respip/respip.c
1110
if((qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/respip/respip.c
1111
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA ||
usr.sbin/unbound/respip/respip.c
1112
qstate->qinfo.qtype == LDNS_RR_TYPE_ANY) &&
usr.sbin/unbound/respip/respip.c
1314
uint16_t qtype, uint16_t qclass, struct local_rrset* local_alias,
usr.sbin/unbound/respip/respip.c
1349
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
2506
(qinfo->qtype != LDNS_RR_TYPE_DS ||
usr.sbin/unbound/services/authzone.c
2813
qinfo.qtype = 0;
usr.sbin/unbound/services/authzone.c
2928
qinfo.qtype = 0;
usr.sbin/unbound/services/authzone.c
3168
follow_cname_chain(struct auth_zone* z, uint16_t qtype,
usr.sbin/unbound/services/authzone.c
3187
if((rrset=az_domain_rrset(node, qtype))!=NULL) {
usr.sbin/unbound/services/authzone.c
3209
if(!follow_cname_chain(z, qinfo->qtype, region, msg, rrset->data))
usr.sbin/unbound/services/authzone.c
3280
if(!follow_cname_chain(z, qinfo->qtype, region, msg,
usr.sbin/unbound/services/authzone.c
3295
if((rrset=az_domain_rrset(wildcard, qinfo->qtype)) != NULL) {
usr.sbin/unbound/services/authzone.c
3307
if(!follow_cname_chain(z, qinfo->qtype, region, msg,
usr.sbin/unbound/services/authzone.c
3310
} else if(qinfo->qtype == LDNS_RR_TYPE_ANY && wildcard->rrsets) {
usr.sbin/unbound/services/authzone.c
3376
if((rrset=az_domain_rrset(node, qinfo->qtype)) != NULL) {
usr.sbin/unbound/services/authzone.c
3385
if(qinfo->qtype == LDNS_RR_TYPE_ANY) {
usr.sbin/unbound/services/authzone.c
3450
sldns_wire2str_type_buf(qinfo->qtype, tpstr, sizeof(tpstr));
usr.sbin/unbound/services/authzone.c
3578
if(qinfo->qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/services/authzone.c
4237
qinfo.qtype = LDNS_RR_TYPE_SOA;
usr.sbin/unbound/services/authzone.c
4262
qinfo.qtype = LDNS_RR_TYPE_IXFR;
usr.sbin/unbound/services/authzone.c
4264
qinfo.qtype = LDNS_RR_TYPE_AXFR;
usr.sbin/unbound/services/authzone.c
4274
if(qinfo.qtype == LDNS_RR_TYPE_IXFR) {
usr.sbin/unbound/services/authzone.c
4300
check_packet_ok(sldns_buffer* pkt, uint16_t qtype, struct auth_xfer* xfr,
usr.sbin/unbound/services/authzone.c
4334
if(sldns_buffer_read_u16(pkt) != qtype)
usr.sbin/unbound/services/authzone.c
4355
if(sldns_buffer_read_u16(pkt) != qtype)
usr.sbin/unbound/services/authzone.c
5437
qinfo.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/services/authzone.c
5439
qinfo.qtype = LDNS_RR_TYPE_AAAA;
usr.sbin/unbound/services/authzone.c
5719
if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
5832
uint16_t qtype, qclass;
usr.sbin/unbound/services/authzone.c
5852
qtype = sldns_buffer_read_u16(pkt);
usr.sbin/unbound/services/authzone.c
5861
if(qtype != LDNS_RR_TYPE_IXFR) {
usr.sbin/unbound/services/authzone.c
5868
if(qtype != LDNS_RR_TYPE_AXFR) {
usr.sbin/unbound/services/authzone.c
6632
qinfo.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/services/authzone.c
6634
qinfo.qtype = LDNS_RR_TYPE_AAAA;
usr.sbin/unbound/services/authzone.c
6782
if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8328
if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8359
} else if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8371
} else if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8378
} else if(rep && rq.qtype == wanted_qtype &&
usr.sbin/unbound/services/authzone.c
8454
qinfo.qtype = LDNS_RR_TYPE_DS;
usr.sbin/unbound/services/authzone.c
8455
else qinfo.qtype = LDNS_RR_TYPE_DNSKEY;
usr.sbin/unbound/services/authzone.c
8480
z->zonemd_callback_qtype = qinfo.qtype;
usr.sbin/unbound/services/cache/dns.c
1021
if(!e && k.qtype != LDNS_RR_TYPE_A &&
usr.sbin/unbound/services/cache/dns.c
1023
k.qtype = LDNS_RR_TYPE_A;
usr.sbin/unbound/services/cache/dns.c
1045
k.qtype = qtype;
usr.sbin/unbound/services/cache/dns.c
1050
if(qtype == LDNS_RR_TYPE_ANY) {
usr.sbin/unbound/services/cache/dns.c
1051
return fill_any(env, qname, qnamelen, qtype, qclass, region);
usr.sbin/unbound/services/cache/dns.c
1068
msgqinf->qname, msgqinf->qname_len, msgqinf->qtype,
usr.sbin/unbound/services/cache/dns.c
1092
&& msgqinf->qtype != LDNS_RR_TYPE_RRSIG) {
usr.sbin/unbound/services/cache/dns.c
1186
qinfo->qtype, qinfo->qclass, flags, *env->now, 1);
usr.sbin/unbound/services/cache/dns.c
140
uint16_t qtype, uint16_t qclass, uint16_t flags)
usr.sbin/unbound/services/cache/dns.c
147
k.qtype = qtype;
usr.sbin/unbound/services/cache/dns.c
192
qinfo->qtype, qinfo->qclass, flags);
usr.sbin/unbound/services/cache/dns.c
283
uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr)
usr.sbin/unbound/services/cache/dns.c
291
k.qtype = qtype;
usr.sbin/unbound/services/cache/dns.c
467
dns_msg_create(uint8_t* qname, size_t qnamelen, uint16_t qtype,
usr.sbin/unbound/services/cache/dns.c
478
msg->qinfo.qtype = qtype;
usr.sbin/unbound/services/cache/dns.c
523
size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/cache/dns.c
551
*msg = dns_msg_create(qname, qnamelen, qtype, qclass, region,
usr.sbin/unbound/services/cache/dns.c
826
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/cache/dns.c
839
msg = dns_msg_create(qname, qnamelen, qtype, qclass,
usr.sbin/unbound/services/cache/dns.c
871
msg = dns_msg_create(qname, qnamelen, qtype, qclass,
usr.sbin/unbound/services/cache/dns.c
891
uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
usr.sbin/unbound/services/cache/dns.c
904
k.qtype = qtype;
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
985
qtype, qclass, 0, now, 0))) {
usr.sbin/unbound/services/cache/dns.c
997
(qtype == LDNS_RR_TYPE_DS ||
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
283
uint16_t qtype, uint16_t qclass, uint32_t flags, time_t timenow,
usr.sbin/unbound/services/cache/rrset.c
293
key.rk.type = htons(qtype);
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
1395
if(rdr_type != qinfo->qtype && rdr_type != LDNS_RR_TYPE_CNAME)
usr.sbin/unbound/services/localzone.c
1466
if(result && qinfo->qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/services/localzone.c
1523
lr = local_data_find_type(ld, qinfo->qtype, 1);
usr.sbin/unbound/services/localzone.c
1530
qinfo->qtype != LDNS_RR_TYPE_CNAME &&
usr.sbin/unbound/services/localzone.c
1638
lr = local_data_find_type(ld, qinfo->qtype, 1);
usr.sbin/unbound/services/localzone.c
1703
if(qinfo->qtype == LDNS_RR_TYPE_A) {
usr.sbin/unbound/services/localzone.c
1714
if(qinfo->qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/services/localzone.c
1715
qinfo->qtype == LDNS_RR_TYPE_AAAA) {
usr.sbin/unbound/services/localzone.c
1727
lrr.rk.type = htons(qinfo->qtype);
usr.sbin/unbound/services/localzone.c
1729
if(qinfo->qtype == LDNS_RR_TYPE_A) {
usr.sbin/unbound/services/localzone.c
1784
log_nametypeclass(NO_VERBOSE, txt, qinfo->qname, qinfo->qtype, qinfo->qclass);
usr.sbin/unbound/services/localzone.c
1866
qinfo->qclass, qinfo->qtype))) {
usr.sbin/unbound/services/localzone.c
1899
qinfo->qname_len, labs, qinfo->qclass, qinfo->qtype,
usr.sbin/unbound/services/mesh.c
1605
sldns_rr_type qtype = qstate->qinfo.qtype;
usr.sbin/unbound/services/mesh.c
1651
"X%d", qtype);
usr.sbin/unbound/services/mesh.c
1681
qinfo.qtype = LDNS_RR_TYPE_TXT;
usr.sbin/unbound/services/mesh.c
1762
r->qname, mstate->s.qinfo.qtype,
usr.sbin/unbound/services/mesh.c
2372
if(qinfo->qtype != LDNS_RR_TYPE_A &&
usr.sbin/unbound/services/mesh.c
2373
qinfo->qtype != LDNS_RR_TYPE_AAAA &&
usr.sbin/unbound/services/mesh.c
2374
qinfo->qtype != LDNS_RR_TYPE_ANY)
usr.sbin/unbound/services/mesh.c
2481
qinfo_tmp.qtype = qstate->qinfo.qtype;
usr.sbin/unbound/services/mesh.c
2524
qstate->qinfo.qtype, qstate->qinfo.qclass,
usr.sbin/unbound/services/mesh.c
308
m->s.qinfo.qname, m->s.qinfo.qtype,
usr.sbin/unbound/services/mesh.c
991
mstate->s.qinfo.qtype = qinfo->qtype;
usr.sbin/unbound/services/outside_network.c
2566
uint16_t qtype, uint16_t qclass, uint16_t flags)
usr.sbin/unbound/services/outside_network.c
2576
sldns_buffer_write_u16(buff, qtype);
usr.sbin/unbound/services/outside_network.c
2630
uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list,
usr.sbin/unbound/services/outside_network.c
2661
sq->qtype = qtype;
usr.sbin/unbound/services/outside_network.c
3019
!sq->nocaps && sq->qtype != LDNS_RR_TYPE_PTR) {
usr.sbin/unbound/services/outside_network.c
3153
sq->addrlen, sq->zone, sq->zonelen, sq->qtype,
usr.sbin/unbound/services/outside_network.c
3168
sq->addrlen, sq->zone, sq->zonelen, sq->qtype,
usr.sbin/unbound/services/outside_network.c
3243
packet_edns_malformed(struct sldns_buffer* buf, int qtype)
usr.sbin/unbound/services/outside_network.c
3260
if(len == 1 && qtype == 0)
usr.sbin/unbound/services/outside_network.c
3305
sq->zone, sq->zonelen, sq->qtype, -1, sq->last_rtt,
usr.sbin/unbound/services/outside_network.c
3343
|| packet_edns_malformed(c->buffer, sq->qtype)
usr.sbin/unbound/services/outside_network.c
3398
sq->zone, sq->zonelen, sq->qtype, roundtime,
usr.sbin/unbound/services/outside_network.c
3474
serviced_gen_query(buff, qinfo->qname, qinfo->qname_len, qinfo->qtype,
usr.sbin/unbound/services/outside_network.c
3505
addrlen, zone, zonelen, (int)qinfo->qtype,
usr.sbin/unbound/services/outside_network.h
479
int qtype;
usr.sbin/unbound/services/rpz.c
1258
rpz_find_synthesized_rrset(uint16_t qtype,
usr.sbin/unbound/services/rpz.c
1264
if(htons(qtype) == packed_rrset->type) {
usr.sbin/unbound/services/rpz.c
1666
log_nametypeclass(0, txt, qinfo->qname, qinfo->qtype, qinfo->qclass);
usr.sbin/unbound/services/rpz.c
1861
rrset = rpz_find_synthesized_rrset(qinfo->qtype, raddr, 1);
usr.sbin/unbound/services/rpz.c
2078
rrset = rpz_find_synthesized_rrset(qi->qtype, data, 1);
usr.sbin/unbound/services/rpz.c
2138
rrset = local_data_find_type(ld, qi->qtype, 1);
usr.sbin/unbound/services/rpz.c
2173
rrset = local_data_find_type(ld, qinfo->qtype, 1);
usr.sbin/unbound/smallapp/unbound-control.c
345
if(inhibit_zero && s->svr.qtype[i] == 0)
usr.sbin/unbound/smallapp/unbound-control.c
348
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
538
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
1286
qinfo->qname, qinfo->qtype, qinfo->qclass);
usr.sbin/unbound/testcode/fake_event.c
1302
sldns_buffer_write_u16(pend->buffer, qinfo->qtype);
usr.sbin/unbound/testcode/fake_event.c
1365
pend->qtype = (int)qinfo->qtype;
usr.sbin/unbound/testcode/fake_event.c
1852
pend->qtype = (int)sldns_buffer_read_u16_at(query,
usr.sbin/unbound/testcode/fake_event.c
1943
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
349
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
1080
sldns_buffer_write_u16(pkt, qinfo->qtype);
usr.sbin/unbound/util/data/msgencode.c
1114
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
560
sldns_pkt_section s, uint16_t qtype, int dnssec, size_t rr_offset,
usr.sbin/unbound/util/data/msgencode.c
571
if(s == LDNS_SECTION_ANSWER && qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/util/data/msgencode.c
577
s, qtype, dnssec, rr_offset, compress_count))
usr.sbin/unbound/util/data/msgencode.c
590
s, qtype, dnssec, rr_offset, compress_count))
usr.sbin/unbound/util/data/msgencode.c
601
s, qtype, dnssec, rr_offset, compress_count))
usr.sbin/unbound/util/data/msgencode.c
630
sldns_buffer_write_u16(buffer, qinfo->qtype);
usr.sbin/unbound/util/data/msgencode.c
636
positive_answer(struct reply_info* rep, uint16_t qtype) {
usr.sbin/unbound/util/data/msgencode.c
642
if(ntohs(rep->rrsets[i]->rk.type) == qtype) {
usr.sbin/unbound/util/data/msgencode.c
644
if(qtype == LDNS_RR_TYPE_NS)
usr.sbin/unbound/util/data/msgencode.c
741
qinfo->qtype, dnssec, rr_offset, &compress_count)) != RETVAL_OK) {
usr.sbin/unbound/util/data/msgencode.c
755
0, timenow, region, &tree, LDNS_SECTION_ANSWER, qinfo->qtype,
usr.sbin/unbound/util/data/msgencode.c
769
if( ! (minimise && positive_answer(rep, qinfo->qtype)) ) {
usr.sbin/unbound/util/data/msgencode.c
773
LDNS_SECTION_AUTHORITY, qinfo->qtype,
usr.sbin/unbound/util/data/msgencode.c
790
&tree, LDNS_SECTION_ADDITIONAL, qinfo->qtype,
usr.sbin/unbound/util/data/msgparse.c
418
msg->qtype == LDNS_RR_TYPE_RRSIG ||
usr.sbin/unbound/util/data/msgparse.c
419
(msg->qtype == LDNS_RR_TYPE_ANY &&
usr.sbin/unbound/util/data/msgparse.c
598
msg->qtype = sldns_buffer_read_u16(pkt);
usr.sbin/unbound/util/data/msgparse.c
778
if( (msg->qtype == LDNS_RR_TYPE_RRSIG ||
usr.sbin/unbound/util/data/msgparse.c
779
msg->qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/util/data/msgparse.h
132
uint16_t qtype;
usr.sbin/unbound/util/data/msgreply.c
1029
sldns_wire2str_type_buf(qinf->qtype, type_buf, sizeof(type_buf));
usr.sbin/unbound/util/data/msgreply.c
1047
log_nametypeclass(v, str, qinf->qname, qinf->qtype, qinf->qclass);
usr.sbin/unbound/util/data/msgreply.c
654
m->qtype = sldns_buffer_read_u16(query);
usr.sbin/unbound/util/data/msgreply.c
673
COMPARE_IT(msg1->qtype, msg2->qtype);
usr.sbin/unbound/util/data/msgreply.c
726
h = hashlittle(&q->qtype, sizeof(q->qtype), h);
usr.sbin/unbound/util/data/msgreply.c
727
if(q->qtype == LDNS_RR_TYPE_AAAA && (flags&BIT_CD))
usr.sbin/unbound/util/data/msgreply.c
748
lock_protect(&e->entry.lock, &e->key.qtype, sizeof(e->key.qtype));
usr.sbin/unbound/util/data/msgreply.c
870
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
1061
uint16_t qtype, uint16_t qclass, uint32_t flags,
usr.sbin/unbound/validator/val_neg.c
1066
qname, qname_len, qtype, qclass, flags, now, 0);
usr.sbin/unbound/validator/val_neg.c
1083
(qtype == LDNS_RR_TYPE_NSEC && nsec_has_type(k, checktype)) ||
usr.sbin/unbound/validator/val_neg.c
1084
(qtype == LDNS_RR_TYPE_NSEC3 && !nsec3_no_type(k, checktype))
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
1415
if(qinfo->qtype == LDNS_RR_TYPE_ANY)
usr.sbin/unbound/validator/val_neg.c
1418
qinfo->qtype, qinfo->qclass, region, 2)))
usr.sbin/unbound/validator/val_neg.c
1431
qinfo->qtype, qinfo->qclass, region, 3)))
usr.sbin/unbound/validator/val_neg.c
1451
wc_qinfo.qtype = qinfo->qtype;
usr.sbin/unbound/validator/val_neg.c
1455
wc_qinfo.qname_len, wc_qinfo.qtype,
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
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
1223
if(nsec3_has_type(rrset, rr, qinfo->qtype)) {
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
1286
} else if(sec==sec_status_insecure && qinfo->qtype!=LDNS_RR_TYPE_DS){
usr.sbin/unbound/validator/val_nsec3.c
1302
if(nsec3_has_type(rrset, rr, qinfo->qtype)) {
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
449
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
1327
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
1417
if(qchase->qtype != LDNS_RR_TYPE_ANY) {
usr.sbin/unbound/validator/validator.c
1560
if(qchase->qtype != LDNS_RR_TYPE_DNAME &&
usr.sbin/unbound/validator/validator.c
1827
vq->qchase.qtype = ntohs(vq->orig_msg->rep->
usr.sbin/unbound/validator/validator.c
1836
if(vq->qchase.qtype == LDNS_RR_TYPE_DS ||
usr.sbin/unbound/validator/validator.c
1837
(vq->qchase.qtype == LDNS_RR_TYPE_NSEC &&
usr.sbin/unbound/validator/validator.c
1888
qstate->qinfo.qtype == LDNS_RR_TYPE_DNSKEY &&
usr.sbin/unbound/validator/validator.c
2494
qstate->qinfo.qname_len, qstate->qinfo.qtype,
usr.sbin/unbound/validator/validator.c
2567
(qstate->qinfo.qtype == LDNS_RR_TYPE_A ||
usr.sbin/unbound/validator/validator.c
2568
qstate->qinfo.qtype == LDNS_RR_TYPE_AAAA)) {
usr.sbin/unbound/validator/validator.c
3456
if(qstate->qinfo.qtype == LDNS_RR_TYPE_DS) {
usr.sbin/unbound/validator/validator.c
3478
} 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;