Home
last modified time | relevance | path

Searched refs:log_dns_msg (Results 1 – 13 of 13) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/pythonmod/
H A Dpythonmod_utils.c167 log_dns_msg("createResponse: packet:", &qstate->return_msg->qinfo, in createResponse()
H A Dinterface.i1453 void log_dns_msg(const char* str, struct query_info* qinfo, struct reply_info* rep);
/dports/dns/unbound/unbound-1.14.0/cachedb/
H A Dcachedb.c401 log_dns_msg("cachedb encoding", &qstate->return_msg->qinfo, in prep_data()
700 log_dns_msg("cachedb internal cache lookup", in cachedb_handle_query()
716 log_dns_msg(ie->backend->name, in cachedb_handle_query()
/dports/dns/unbound/unbound-1.14.0/util/data/
H A Dmsgreply.h492 void log_dns_msg(const char* str, struct query_info* qinfo,
H A Dmsgreply.c860 log_dns_msg(const char* str, struct query_info* qinfo, struct reply_info* rep) in log_dns_msg() function
/dports/dns/unbound/unbound-1.14.0/pythonmod/doc/modules/
H A Dfunctions.rst209 .. function:: log_dns_msg(str, qinfo, reply)
/dports/dns/unbound/unbound-1.14.0/testcode/
H A Dunitmsgparse.c304 log_dns_msg("rrsig failed for packet", qinfo, rep); in check_the_rrsigs()
/dports/dns/unbound/unbound-1.14.0/iterator/
H A Diterator.c1378 log_dns_msg("msg from cache lookup", &msg->qinfo, in processInitRequest()
1740 log_dns_msg("no RD requested, using delegation msg", in processInitRequest3()
2421 log_dns_msg("msg from auth zone", in processQueryTargets()
3051 log_dns_msg("cname msg", &iq->response->qinfo, in processQueryResponse()
3905 log_dns_msg("incoming scrubbed packet:", &iq->response->qinfo, in process_response()
/dports/dns/unbound/unbound-1.14.0/validator/
H A Dvalidator.c960 log_dns_msg("Failed NODATA", qchase, chase_reply); in validate_nodata_response()
1450 log_dns_msg("Failed CNAMEnoanswer", qchase, chase_reply); in validate_cname_noanswer_response()
1580 log_dns_msg("chased extract", &vq->qchase, in processInit()
H A Dval_utils.c127 log_dns_msg("validator: error. failed to classify response message: ", in val_classify_response()
/dports/dns/unbound/unbound-1.14.0/services/
H A Dmesh.c2022 log_dns_msg("Serve expired lookup", &qstate->qinfo, msg->rep); in mesh_serve_expired_callback()
/dports/dns/unbound/unbound-1.14.0/contrib/
H A Dfastrpz.patch2954 log_dns_msg("msg from cache lookup", &msg->qinfo,
/dports/dns/unbound/unbound-1.14.0/doc/
H A DChangelog1694 - Fix log_dns_msg to log irrespective of minimal responses config.