Searched refs:remotehost (Results 1 – 5 of 5) sorted by relevance
67 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/%TESTNUMBER -F name=daniel -F tool=curl…83 POST http://remotehost:54321/we/want/%TESTNUMBER HTTP/1.184 Host: remotehost:54321108 POST http://remotehost:54321/we/want/%TESTNUMBER HTTP/1.1109 Host: remotehost:54321
63 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/%TESTNUMBER -F name=daniel -F tool=curl…79 POST http://remotehost:54321/we/want/%TESTNUMBER HTTP/1.180 Host: remotehost:54321105 POST http://remotehost:54321/we/want/%TESTNUMBER HTTP/1.1106 Host: remotehost:54321
28 conn, (remotehost, remoteport) = s.accept()30 print('connection from', remotehost, remoteport)
1360 const struct Curl_dns_entry *remotehost) in Curl_connecthost() argument1372 conn->num_addr = Curl_num_addresses(remotehost->addr); in Curl_connecthost()1373 conn->tempaddr[0] = conn->tempaddr[1] = remotehost->addr; in Curl_connecthost()
941 options.remotehost = remotespec[:i]961 (options.remotehost, options.remoteport),