HomeSort by relevance Sort by last modified time
    Searched full:host_port (Results 1 - 11 of 11) sorted by null

  /external/openssh/
channels.c 1128 c->host_port = ntohs(s4_req.dest_port);
1131 c->self, c->path, c->host_port, s4_req.command);
2669 u_short host_port; local
    [all...]
channels.h 128 int host_port; /* remote port to connect for forwards */ member in struct:Channel
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 640 char host_port[128]; local
641 snprintf (host_port, sizeof(host_port), "localhost:%u", get_random_port ());
643 snprintf (connect_url, sizeof(connect_url), "connect://%s", host_port);
648 error = StartDebugserverProcess (host_port, launch_info);
952 char host_port[128]; local
1017 char host_port[128]; local
    [all...]
ProcessGDBRemote.h 366 ConnectToDebugserver (const char *host_port);
  /cts/apps/CameraITS/pymodules/its/
device.py 44 # Open a connection to localhost:<host_port>, forwarded to port 6000 on the
45 # device. <host_port> is determined at run-time to support multiple
116 # "<device_id> tcp:<host_port> tcp:<remote_port>"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 207 # Check invalid host_port
507 # Check invalid host_port
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 207 # Check invalid host_port
507 # Check invalid host_port
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py     [all...]
  /external/chromium-trace/trace-viewer/third_party/WebOb/docs/
news.txt 266 * Added ``request.host_port`` API (returns port number implied by HTTP_HOST,
    [all...]
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
request.py 410 def host_port(self): member in class:BaseRequest
    [all...]

Completed in 272 milliseconds