Searched refs:clientip_buf (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/util/data/ |
H A D | msgreply.c | 971 char clientip_buf[128]; in log_reply_info() local 983 addr_to_str(addr, addrlen, clientip_buf, sizeof(clientip_buf)); in log_reply_info() 1020 log_reply("%s - - - %s - - -%s", clientip_buf, in log_reply_info() 1022 else log_info("%s - - - %s - - -%s", clientip_buf, in log_reply_info() 1033 clientip_buf, qname_buf, type_buf, class_buf, in log_reply_info() 1037 clientip_buf, qname_buf, type_buf, class_buf, in log_reply_info()
|