Home
last modified time | relevance | path

Searched refs:handle_cname_response (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch2520 + * handle_cname_response() will stop prepending CNAMEs before
2521 + * the triggering CNAME. handle_cname_response() will cause
2611 + /* Tell the iterator to use handle_cname_response() to
2627 +/* Tell handle_cname_response() to stop adding to the answer prepend list
2629 + * Do not change any RPZ state, but expect the call of handle_cname_response()
2904 @@ -563,6 +566,23 @@ handle_cname_response(struct module_qstate* qstate, struct iter_qstate* iq,
2928 @@ -571,6 +591,9 @@ handle_cname_response(struct module_qstate* qstate, struct iter_qstate* iq,
3003 + if(!handle_cname_response(qstate, iq,
3020 + if(!handle_cname_response(qstate, iq,
/freebsd/contrib/unbound/iterator/
H A Diterator.c532 handle_cname_response(struct module_qstate* qstate, struct iter_qstate* iq, in handle_cname_response() function
1447 if(!handle_cname_response(qstate, iq, forged_response, in processInitRequest()
1534 if(!handle_cname_response(qstate, iq, msg, in processInitRequest()
2862 if(!handle_cname_response(qstate, iq, forged_response, in processQueryTargets()
3534 if(!handle_cname_response(qstate, iq, iq->response, in processQueryResponse()
3564 if(!handle_cname_response(qstate, iq, forged_response, in processQueryResponse()