Lines Matching refs:qclass

140 	uint16_t qtype, uint16_t qclass, uint16_t flags)
148 k.qclass = qclass;
192 qinfo->qtype, qinfo->qclass, flags);
209 uint16_t qclass, time_t now, uint16_t searchtype, int stripfront,
225 qnamelen, searchtype, qclass, 0, now, 0))) {
244 &qnamelen, searchtype, qclass, now, expiretop,
252 searchtype, qclass, 0, now, 0))) {
256 log_nametypeclass(VERB_ALGO, "ignoring rrset because expired rrsets exist above it", origqname, searchtype, qclass);
283 uint16_t qtype, uint16_t qclass, uint16_t flags, time_t now, int wr)
292 k.qclass = qclass;
307 find_add_addrs(struct module_env* env, uint16_t qclass,
316 ns->namelen, LDNS_RR_TYPE_A, qclass, 0, now, 0);
329 LDNS_RR_TYPE_A, qclass, 0, now, 0);
336 ns->namelen, LDNS_RR_TYPE_AAAA, qclass, 0, now, 0);
349 LDNS_RR_TYPE_AAAA, qclass, 0, now, 0);
356 LDNS_RR_TYPE_AAAA, qclass, BIT_CD, now, 0);
368 cache_fill_missing(struct module_env* env, uint16_t qclass,
380 ns->namelen, LDNS_RR_TYPE_A, qclass, flags, now, 0);
388 ns->name, LDNS_RR_TYPE_A, qclass);
394 LDNS_RR_TYPE_A, qclass, 0, now, 0);
401 ns->namelen, LDNS_RR_TYPE_AAAA, qclass, flags, now, 0);
409 ns->name, LDNS_RR_TYPE_AAAA, qclass);
415 LDNS_RR_TYPE_AAAA, qclass, 0, now, 0);
422 LDNS_RR_TYPE_AAAA, qclass, BIT_CD, now, 0);
440 msg->qinfo.qclass, 0, now, 0);
445 dp->namelen, LDNS_RR_TYPE_NSEC, msg->qinfo.qclass,
468 uint16_t qclass, struct regional* region, size_t capacity)
479 msg->qinfo.qclass = qclass;
523 size_t qnamelen, uint16_t qtype, uint16_t qclass,
532 nskey = find_closest_of_type(env, qname, qnamelen, qclass, now,
551 *msg = dns_msg_create(qname, qnamelen, qtype, qclass, region,
566 if(!find_add_addrs(env, qclass, region, dp, now, msg))
826 uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
839 msg = dns_msg_create(qname, qnamelen, qtype, qclass,
854 qclass, 0, now, 0);
871 msg = dns_msg_create(qname, qnamelen, qtype, qclass,
891 uint8_t* qname, size_t qnamelen, uint16_t qtype, uint16_t qclass,
905 k.qclass = qclass;
926 (rrset=find_closest_of_type(env, qname, qnamelen, qclass, now,
949 LDNS_RR_TYPE_CNAME, qclass, 0, now, 0);
966 LDNS_RR_TYPE_CNAME, qclass, 0, now, 0))) {
985 qtype, qclass, 0, now, 0))) {
1051 return fill_any(env, qname, qnamelen, qtype, qclass, region);
1069 msgqinf->qclass, flags, 0, 1);
1186 qinfo->qtype, qinfo->qclass, flags, *env->now, 1);