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

  /external/chromium_org/chrome/browser/extensions/
webstore_installer_test.cc 58 net::HostPortPair host_port = test_server()->host_port_pair(); local
61 webstore_domain_.c_str(), host_port.port(), test_data_path_.c_str());
  /external/chromium_org/ppapi/proxy/
host_resolver_resource_base.cc 46 HostPortPair host_port; local
47 host_port.host = host;
48 host_port.port = port;
50 SendResolve(host_port, hint);
100 const HostPortPair& host_port,
102 PpapiHostMsg_HostResolver_Resolve msg(host_port, *hint);
  /external/chromium_org/net/spdy/
spdy_http_utils.cc 177 std::string host_port; local
185 host_port = it->second;
190 std::string url = (scheme.empty() || host_port.empty() || path.empty())
192 : scheme + "://" + host_port + path;
  /external/chromium_org/chrome/browser/content_settings/
content_settings_browsertest.cc 271 net::HostPortPair host_port = test_server()->host_port_pair(); local
272 DCHECK_EQ(host_port.host(), std::string("127.0.0.1"));
276 host_port.port()));
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_browsertest.cc 121 std::string host_port = test_server()->host_port_pair().ToString(); variable
123 "MAP *.example.com " + host_port + "," +
124 "MAP *.new-example.com " + host_port + "," +
125 "MAP *.a.com " + host_port);
  /external/chromium/net/spdy/
spdy_stream.cc 437 std::string host_port; local
445 host_port = it->second;
449 std::string url = scheme + "://" + host_port + path;
  /external/chromium_org/tools/android/forwarder2/
host_forwarder_main.cc 106 int host_port,
114 base::Unretained(this), device_serial, device_port, host_port,
160 int host_port,
183 if (host_port < 0) {
193 << " to host port " << host_port; local
194 SendMessage(base::StringPrintf("%d:%d", device_port, host_port),
202 device_port, host_port, adb_port, GetExitNotifierFD(),
213 << host_port; local
214 const std::string msg = base::StringPrintf("%d:%d", device_port, host_port);
341 int host_port; variable
    [all...]
  /external/openssh/
channels.h 119 int host_port; /* remote port to connect for forwards */ member in struct:Channel
channels.c 1098 c->host_port = ntohs(s4_req.dest_port);
1101 c->self, c->path, c->host_port, s4_req.command);
1225 c->host_port = ntohs(dest_port);
1228 c->self, c->path, c->host_port, s5_req.command);
2574 u_short host_port; local
2958 u_short port, host_port; local
    [all...]
  /external/chromium_org/content/browser/download/
download_browsertest.cc 1609 net::HostPortPair host_port = test_server()->host_port_pair(); local
    [all...]
  /external/chromium_org/net/proxy/
proxy_resolver_v8_tracing.cc 970 HostPortPair host_port = HostPortPair(host, 80); local
    [all...]
  /external/qemu/android/
console.c 85 int host_port; member in struct:__anon24689
140 int host_port,
162 redir->host_port = host_port;
172 int host_port,
181 if ( redir->host_port == host_port &&
849 redir->host_port,
905 if (redir->host_port == port && redir->host_udp == isudp)
915 int len, host_proto, host_port, guest_port local
    [all...]
  /external/qemu/
net.c 784 int host_port; local
806 host_port = atoi(p);
808 n = slirp_redir_rm(is_udp, host_port);
811 is_udp ? "udp" : "tcp", host_port);
821 int host_port, guest_port; local
841 host_port = strtol(buf, &r, 0);
861 if (slirp_redir(is_udp, host_port, guest_addr, guest_port) < 0) {
    [all...]
net-android.c 912 int host_port; local
934 host_port = atoi(p);
936 n = slirp_redir_rm(is_udp, host_port);
939 is_udp ? "udp" : "tcp", host_port);
949 int host_port, guest_port; local
969 host_port = strtol(buf, &r, 0);
989 if (slirp_redir(is_udp, host_port, guest_addr, guest_port) < 0) {
    [all...]

Completed in 443 milliseconds