Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgreply.c925 char rcode_buf[16]; in log_reply_info() local
934 sldns_wire2str_rcode_buf((int)rcode, rcode_buf, sizeof(rcode_buf)); in log_reply_info()
939 log_reply("%s - - - %s - - - ", clientip_buf, rcode_buf); in log_reply_info()
940 else log_info("%s - - - %s - - - ", clientip_buf, rcode_buf); in log_reply_info()
951 rcode_buf, (long long)dur.tv_sec, (int)dur.tv_usec, cached, (int)pktlen); in log_reply_info()
954 rcode_buf, (long long)dur.tv_sec, (int)dur.tv_usec, cached, (int)pktlen); in log_reply_info()