Searched refs:remotehost (Results 1 – 8 of 8) 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
23 conn, (remotehost, remoteport) = s.accept()24 print 'connected by', remotehost, remoteport
25 conn, (remotehost, remoteport) = s.accept()26 print 'connected by', remotehost, remoteport
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[]);
516 options.remotehost = remotespec[:i]536 (options.remotehost, options.remoteport))
1154 const struct Curl_dns_entry *remotehost) in Curl_connecthost() argument1168 conn->num_addr = Curl_num_addresses(remotehost->addr); in Curl_connecthost()1169 conn->tempaddr[0] = remotehost->addr; in Curl_connecthost()