Searched refs:remotehost (Results 1 – 5 of 5) sorted by relevance
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:54321104 POST http://remotehost:54321/we/want/259 HTTP/1.1105 Host: remotehost:54321
66 -x http://%HOSTIP:%HTTPPORT http://remotehost:54321/we/want/258 -F name=daniel -F tool=curl -F file…82 POST http://remotehost:54321/we/want/258 HTTP/1.183 Host: remotehost:54321107 POST http://remotehost:54321/we/want/258 HTTP/1.1108 Host: remotehost:54321
659 extern void send_exs_tcp_stream(char remotehost[]);663 extern void sendfile_tcp_stream(char remotehost[]);
71 my $remotehost = $ENV{'REMOTE_ADDR'};72 print LOG "[$time] [$remotehost]: $pid\n";
1136 const struct Curl_dns_entry *remotehost) in Curl_connecthost() argument1150 conn->num_addr = Curl_num_addresses(remotehost->addr); in Curl_connecthost()1151 conn->tempaddr[0] = remotehost->addr; in Curl_connecthost()