Searched refs:rcode_buf (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/unbound/util/data/ |
| H A D | msgreply.c | 895 char rcode_buf[16]; in log_reply_info() local 904 sldns_wire2str_rcode_buf((int)rcode, rcode_buf, sizeof(rcode_buf)); in log_reply_info() 909 log_reply("%s - - - %s - - - ", clientip_buf, rcode_buf); in log_reply_info() 910 else log_info("%s - - - %s - - - ", clientip_buf, rcode_buf); in log_reply_info() 921 rcode_buf, (long long)dur.tv_sec, (int)dur.tv_usec, cached, (int)pktlen); in log_reply_info() 924 rcode_buf, (long long)dur.tv_sec, (int)dur.tv_usec, cached, (int)pktlen); in log_reply_info()
|