Lines Matching refs:infof
114 infof(data, "Failed to set SO_KEEPALIVE on fd %d\n", sockfd); in tcpkeepalive()
129 infof(data, "Failed to set SIO_KEEPALIVE_VALS on fd %d: %d\n", in tcpkeepalive()
138 infof(data, "Failed to set TCP_KEEPIDLE on fd %d\n", sockfd); in tcpkeepalive()
146 infof(data, "Failed to set TCP_KEEPINTVL on fd %d\n", sockfd); in tcpkeepalive()
155 infof(data, "Failed to set TCP_KEEPALIVE on fd %d\n", sockfd); in tcpkeepalive()
304 infof(data, "Local Interface %s is ip %s using address family %i\n", in bindlocal()
323 infof(data, "SO_BINDTODEVICE %s failed with errno %d: %s;" in bindlocal()
361 infof(data, "Name '%s' family %i resolved to '%s' family %i\n", in bindlocal()
443 infof(data, "Local port: %hu\n", port); in bindlocal()
449 infof(data, "Bind to local port %hu failed, trying next\n", port); in bindlocal()
768 infof(data, "After %ldms connect time, move on!\n", in Curl_is_connected()
810 infof(data, "Connection failed\n"); in Curl_is_connected()
826 infof(data, "connect to %s port %ld failed: %s\n", in Curl_is_connected()
883 infof(data, "Could not set TCP_NODELAY: %s\n", in tcpnodelay()
886 infof(data, "TCP_NODELAY set\n"); in tcpnodelay()
905 infof(data, "Could not set SO_NOSIGPIPE: %s\n", in nosigpipe()
1022 infof(data, " Trying %s...\n", ipaddress); in singleipconnect()
1113 infof(data, "Immediate connect fail for %s: %s\n", in singleipconnect()
1371 infof(conn->data, "Marked for [%s]: %s\n", closeit?"closure":"keep alive", in Curl_conncontrol()