Searched refs:target_port (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dsecureserver.pl47 my $target_port = 8999; # default test http-server port
108 $target_port = $1;
219 $cmd .= "-d $accept_port -r $target_port -f -D $loglevel ";
230 print "connect to port: $target_port\n";
257 connect = $target_port
281 print "connect = $target_port\n";
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dopen-uri.rb279 target_port = target.port
284 target_port = proxy_uri.port
291 http = proxy ? klass.new(target_host, target_port) : klass.new(target_host, target_port, nil)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dserverloop.c955 u_short target_port, originator_port; local
958 target_port = packet_get_int();
964 "port %d", originator, originator_port, target, target_port);
969 c = channel_connect_to(target, target_port,
974 originator, originator_port, target, target_port);
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dtask.defs321 target_port : task_t;
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DBatteryTimeRemaining.c1238 static PSTracker _psTrackerForPort(mach_port_t target_port) argument
1244 if (target_port == gPSList[i].connection)
/macosx-10.9.5/apache-786.1/httpd/modules/proxy/
H A Dproxy_util.c40 apr_port_t target_port; /* Target port */ member in struct:__anon6058
2120 forward->target_port = uri->port;
2295 forward->target_host, forward->target_port,
2300 forward->target_host, forward->target_port);
2501 forward->target_host, forward->target_port,

Completed in 89 milliseconds