Home
last modified time | relevance | path

Searched refs:host_port (Results 1 – 6 of 6) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp640 char host_port[128]; in DoLaunch() local
641 snprintf (host_port, sizeof(host_port), "localhost:%u", get_random_port ()); in DoLaunch()
643 snprintf (connect_url, sizeof(connect_url), "connect://%s", host_port); in DoLaunch()
648 error = StartDebugserverProcess (host_port, launch_info); in DoLaunch()
952 char host_port[128]; in DoAttachToProcessWithID() local
953 snprintf (host_port, sizeof(host_port), "localhost:%u", get_random_port ()); in DoAttachToProcessWithID()
955 snprintf (connect_url, sizeof(connect_url), "connect://%s", host_port); in DoAttachToProcessWithID()
957 error = StartDebugserverProcess (host_port, attach_info); in DoAttachToProcessWithID()
1017 char host_port[128]; in DoAttachToProcessWithName() local
1018 snprintf (host_port, sizeof(host_port), "localhost:%u", get_random_port ()); in DoAttachToProcessWithName()
[all …]
DProcessGDBRemote.h366 ConnectToDebugserver (const char *host_port);
/external/openssh/
Dchannels.c1128 c->host_port = ntohs(s4_req.dest_port); in channel_decode_socks4()
1131 c->self, c->path, c->host_port, s4_req.command); in channel_decode_socks4()
1254 c->host_port = ntohs(dest_port); in channel_decode_socks5()
1257 c->self, c->path, c->host_port, s5_req.command); in channel_decode_socks5()
1285 c->host_port = port_to_connect; in channel_connect_stdio_fwd()
1423 rtype, c->listening_port, c->path, c->host_port, in port_open_helper()
1438 packet_put_int(c->host_port); in port_open_helper()
1463 packet_put_int(c->host_port); in port_open_helper()
1502 c->listening_port, c->path, c->host_port); in channel_post_port_listener()
1510 } else if (c->host_port == PORT_STREAMLOCAL) { in channel_post_port_listener()
[all …]
Dchannels.h128 int host_port; /* remote port to connect for forwards */ member
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Drequest.py410 def host_port(self): member in BaseRequest
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dnews.txt266 * Added ``request.host_port`` API (returns port number implied by HTTP_HOST,