Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/pythonmod/examples/
H A Dinplace_callbacks.py258 log_dns_msg(
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod_utils.c168 log_dns_msg("createResponse: packet:", &qstate->return_msg->qinfo, in createResponse()
H A Dinterface.i1493 void log_dns_msg(const char* str, struct query_info* qinfo, struct reply_info* rep);
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c425 log_dns_msg("cachedb encoding", &qstate->return_msg->qinfo, in prep_data()
754 log_dns_msg("cachedb internal cache lookup", in cachedb_handle_query()
770 log_dns_msg(ie->backend->name, in cachedb_handle_query()
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgreply.h508 void log_dns_msg(const char* str, struct query_info* qinfo,
H A Dmsgreply.c890 log_dns_msg(const char* str, struct query_info* qinfo, struct reply_info* rep) in log_dns_msg() function
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dfunctions.rst209 .. function:: log_dns_msg(str, qinfo, reply)
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitmsgparse.c304 log_dns_msg("rrsig failed for packet", qinfo, rep); in check_the_rrsigs()
/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diterator.c1431 log_dns_msg("msg from cache lookup", &msg->qinfo, in processInitRequest()
1811 log_dns_msg("no RD requested, using delegation msg", in processInitRequest3()
2632 log_dns_msg("msg from auth zone", in processQueryTargets()
3306 log_dns_msg("cname msg", &iq->response->qinfo, in processQueryResponse()
4189 log_dns_msg("incoming scrubbed packet:", &iq->response->qinfo, in process_response()
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dvalidator.c1164 log_dns_msg("Failed NODATA", qchase, chase_reply); in validate_nodata_response()
1723 log_dns_msg("Failed CNAMEnoanswer", qchase, chase_reply); in validate_cname_noanswer_response()
1859 log_dns_msg("chased extract", &vq->qchase, in processInit()
H A Dval_utils.c131 log_dns_msg("validator: error. failed to classify response message: ", in val_classify_response()
/netbsd-src/external/bsd/unbound/dist/services/
H A Dmesh.c2157 log_dns_msg("Serve expired lookup", &qstate->qinfo, msg->rep); in mesh_serve_expired_callback()
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dfastrpz.patch2954 log_dns_msg("msg from cache lookup", &msg->qinfo,
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog2743 - Fix log_dns_msg to log irrespective of minimal responses config.