Lines Matching refs:addr_rem

465 		hlog(LOG_ERR, "%s - Failed to set non-blocking mode on socket: %s", c->addr_rem, strerror(errno));  in set_client_sockopt()
486 …hlog(LOG_ERR, "%s - setsockopt(TCP_KEEPIDLE, %d) failed: %s", c->addr_rem, keepalive_arg, strerror… in set_client_sockopt()
492 …hlog(LOG_ERR, "%s - setsockopt(TCP_KEEPINTVL, %d) failed: %s", c->addr_rem, keepalive_arg, strerro… in set_client_sockopt()
498 …hlog(LOG_ERR, "%s - setsockopt(TCP_KEEPCNT, %d) failed: %s", c->addr_rem, keepalive_arg, strerror(… in set_client_sockopt()
503 …hlog(LOG_ERR, "%s - setsockopt(TCP_KEEPALIVE, %d) failed: %s", c->addr_rem, keepalive_arg, strerro… in set_client_sockopt()
517 hlog(LOG_ERR, "%s - setsockopt(TCP_NODELAY, %d) failed: %s", c->addr_rem, arg, strerror(errno)); in set_client_sockopt_post_login()
793 c->addr_rem, in client_close()
824 c->addr_rem, c->username, s); in client_close()
923 c->addr_rem, c->udp_port, strerror(errno)); in udp_client_write()
926 c->addr_rem, c->udp_port, i, len-2, strerror(errno)); in udp_client_write()
950 hlog(LOG_DEBUG, "client_write(%s) can not fit new data in buffer; disconnecting", c->addr_rem); in client_buffer_outgoing_data()
1040 hlog(LOG_DEBUG, "client_write(%s) fails/2 EPIPE; disconnecting; %s", c->addr_rem, strerror(e)); in tcp_client_write()
1052 hlog(LOG_DEBUG, "client_write(%s) fails/2c; %s", c->addr_rem, strerror(e)); in tcp_client_write()
1056 hlog(LOG_DEBUG, "client_write(%s) fails/2d; disconnecting; %s", c->addr_rem, strerror(e)); in tcp_client_write()
1096 hlog(LOG_ERR, "client_printf vsnprintf failed to %s: '%s'", c->addr_rem, fmt); in client_printf()
1137 c->udpclient->fd, c->addr_rem, strerror(errno)); in handle_corepeer_readable()
1144 c->udpclient->fd, c->addr_rem); in handle_corepeer_readable()
1281 c->fd, c->addr_rem, c->addr_loc ); in handle_client_readable()
1291 c->fd, c->addr_rem, strerror(errno)); in handle_client_readable()
1313 hlog(LOG_DEBUG, "writable: Would block fd %d (%s): %s", c->fd, c->addr_rem, strerror(errno)); in handle_client_writable()
1317 …hlog(LOG_DEBUG, "writable: Error from socket fd %d (%s): %s", c->fd, c->addr_rem, strerror(errno)); in handle_client_writable()
1655 c->addr_rem, c->fd, client_login_timeout); in send_keepalives()
1662 c->addr_rem, c->fd, client_timeout); in send_keepalives()
1670 c->addr_rem, c->fd, upstream_timeout); in send_keepalives()
1680 c->addr_rem, c->fd); in send_keepalives()
2110 strncpy(addr_s, c->addr_rem, sizeof(addr_s)); in worker_client_json()
2121 cJSON_AddStringToObject(jc, "addr_rem", c->addr_rem); in worker_client_json()