Searched refs:RESPONSE_TYPE_CNAME (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/unbound/iterator/
H A Diter_resptype.h72 RESPONSE_TYPE_CNAME, enumerator in enum:response_type
H A Diter_resptype.c97 return RESPONSE_TYPE_CNAME;
129 return RESPONSE_TYPE_CNAME;
203 return RESPONSE_TYPE_CNAME;
H A Diterator.c1330 if(type == RESPONSE_TYPE_CNAME) {
2741 if(type == RESPONSE_TYPE_CNAME && iq->response->rep->an_numrrsets >= 1
2751 } else if(type == RESPONSE_TYPE_CNAME &&
2962 } else if(type == RESPONSE_TYPE_CNAME) {
H A Diter_utils.c889 log_assert(type==RESPONSE_TYPE_ANSWER || type==RESPONSE_TYPE_CNAME);

Completed in 107 milliseconds