Home
last modified time | relevance | path

Searched refs:log_hex (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dalloc.c595 log_hex("prefix here", real, lite_pad); in unbound_stat_free_lite()
596 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_free_lite()
603 log_hex("suffix here", real+lite_pad+orig+sizeof(size_t), in unbound_stat_free_lite()
605 log_hex(" should be", lite_post, lite_pad); in unbound_stat_free_lite()
631 log_hex("prefix here", real, lite_pad); in unbound_stat_realloc_lite()
632 log_hex(" should be", lite_pre, lite_pad); in unbound_stat_realloc_lite()
639 log_hex("suffix here", real+lite_pad+orig+sizeof(size_t), in unbound_stat_realloc_lite()
641 log_hex(" should be", lite_post, lite_pad); in unbound_stat_realloc_lite()
H A Dlog.h178 void log_hex(const char* msg, void* data, size_t length);
H A Dlog.c437 log_hex(const char* msg, void* data, size_t length) in log_hex() function
H A Dnetevent.c1276 log_hex("inet_ntop error: address", &sa->sin_addr,
1286 log_hex("inet_ntop error: address", &sa6->sin6_addr,
1753 log_hex("dcid",
1760 log_hex("scid",
/freebsd/contrib/unbound/services/
H A Dauthzone.c7763 log_hex("ZONEMD should be ", gen, genlen); in auth_zone_generate_zonemd_check()
7764 log_hex("ZONEMD to check is", hash, hashlen); in auth_zone_generate_zonemd_check()
7774 log_hex("ZONEMD should be ", gen, genlen); in auth_zone_generate_zonemd_check()
7775 log_hex("ZONEMD to check is", hash, hashlen); in auth_zone_generate_zonemd_check()
H A Dlisten_dnsport.c4114 log_hex("doq stream has extra bytes received after end", in doq_stream_recv_data()
/freebsd/contrib/unbound/doc/
H A DChangelog10327 - lowered log_hex blocksize to fit through BSD syslog linesize.
11199 - no malloc in log_hex.
12174 - log_hex function to dump hex strings to the logfile.