Searched refs:remotehost (Results 1 – 5 of 5) sorted by relevance
64 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/258 -F name=daniel -F tool=curl -F file…80 POST http://remotehost:54321/we/want/258 HTTP/1.181 Host: remotehost:54321104 POST http://remotehost:54321/we/want/258 HTTP/1.1105 Host: remotehost:54321
62 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/259 -F name=daniel -F tool=curl -F file…78 POST http://remotehost:54321/we/want/259 HTTP/1.179 Host: remotehost:54321103 POST http://remotehost:54321/we/want/259 HTTP/1.1104 Host: remotehost:54321
71 my $remotehost = $ENV{'REMOTE_ADDR'};72 print LOG "[$time] [$remotehost]: $pid\n";
659 extern void send_exs_tcp_stream(char remotehost[]);663 extern void sendfile_tcp_stream(char remotehost[]);
1150 const struct Curl_dns_entry *remotehost) in Curl_connecthost() argument1164 conn->num_addr = Curl_num_addresses(remotehost->addr); in Curl_connecthost()1165 conn->tempaddr[0] = remotehost->addr; in Curl_connecthost()