Home
last modified time | relevance | path

Searched refs:errinf_origin (Results 1 – 3 of 3) sorted by relevance

/src/contrib/unbound/validator/
H A Dvalidator.c737 errinf_origin(qstate, qstate->reply_origin); in validate_msg_signatures()
778 errinf_origin(qstate, qstate->reply_origin); in validate_msg_signatures()
2043 errinf_origin(qstate, qstate->reply_origin); in processFindKey()
2221 errinf_origin(qstate, qstate->reply_origin); in processValidate()
2384 errinf_origin(qstate, qstate->reply_origin); in processValidate()
3214 errinf_origin(qstate, origin); in process_ds_response()
3299 errinf_origin(qstate, origin); in process_dnskey_response()
3335 errinf_origin(qstate, origin); in process_dnskey_response()
3416 errinf_origin(qstate, origin); in process_prime_response()
/src/contrib/unbound/util/
H A Dmodule.h844 void errinf_origin(struct module_qstate* qstate, struct sock_list *origin);
H A Dmodule.c112 void errinf_origin(struct module_qstate* qstate, struct sock_list *origin) in errinf_origin() function