Home
last modified time | relevance | path

Searched refs:ipaddr (Results 1 – 1 of 1) sorted by relevance

/curl/tests/server/
H A Dsws.c1281 static curl_socket_t connect_to(const char *ipaddr, unsigned short port) in connect_to() argument
1297 if(!ipaddr) in connect_to()
1301 op_br, ipaddr, cl_br, port); in connect_to()
1338 if(Curl_inet_pton(AF_INET, ipaddr, &serveraddr.sa4.sin_addr) < 1) { in connect_to()
1339 logmsg("Error inet_pton failed AF_INET conversion of '%s'", ipaddr); in connect_to()
1351 if(Curl_inet_pton(AF_INET6, ipaddr, &serveraddr.sa6.sin6_addr) < 1) { in connect_to()
1352 logmsg("Error inet_pton failed AF_INET6 conversion of '%s'", ipaddr); in connect_to()
1409 op_br, ipaddr, cl_br, port); in connect_to()
1441 const char *ipaddr, in http_connect() argument
1473 serverfd[SWS_CTRL] = connect_to(ipaddr, ipport); in http_connect()
[all …]

Completed in 10 milliseconds