Searched refs:rcode_buf (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/unbound/util/data/ |
| H A D | msgreply.c | 849 char rcode_buf[16]; in log_reply_info() local 858 sldns_wire2str_rcode_buf((int)rcode, rcode_buf, sizeof(rcode_buf)); in log_reply_info() 863 log_reply("%s - - - %s - - - ", clientip_buf, rcode_buf); in log_reply_info() 864 else log_info("%s - - - %s - - - ", clientip_buf, rcode_buf); in log_reply_info() 875 rcode_buf, (long long)dur.tv_sec, (int)dur.tv_usec, cached, (int)pktlen); in log_reply_info() 878 rcode_buf, (long long)dur.tv_sec, (int)dur.tv_usec, cached, (int)pktlen); in log_reply_info()
|