Searched defs:host_port (Results 1 - 24 of 24) sorted by relevance

/external/qemu/
H A Dmigration-tcp-android.c71 MigrationState *tcp_start_outgoing_migration(const char *host_port, argument
79 if (parse_host_port(&addr, host_port) < 0)
167 int tcp_start_incoming_migration(const char *host_port) argument
172 if (parse_host_port(&addr, host_port) < 0) {
173 fprintf(stderr, "invalid host/port combination: %s\n", host_port);
H A Dmigration-tcp.c79 MigrationState *tcp_start_outgoing_migration(const char *host_port, argument
87 if (parse_host_port(&addr, host_port) < 0)
179 int tcp_start_incoming_migration(const char *host_port) argument
185 if (parse_host_port(&addr, host_port) < 0) {
186 fprintf(stderr, "invalid host/port combination: %s\n", host_port);
H A Dnet-android.c912 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) {
H A Dnet.c784 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) {
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_impl.h92 PrivetHTTPClientImpl(const net::HostPortPair& host_port,
108 const net::HostPortPair& host_port() const { return host_port_; } function in class:local_discovery::PrivetHTTPClientImpl
H A Dprivet_http_impl.cc39 privet_client_->host_port().host().c_str(),
40 privet_client_->host_port().port());
171 privet_client_->host_port().host().c_str(),
172 privet_client_->host_port().port(),
265 const net::HostPortPair& host_port,
268 host_port_(host_port) {
264 PrivetHTTPClientImpl( const net::HostPortPair& host_port, net::URLRequestContextGetter* request_context) argument
/external/chromium_org/ppapi/proxy/
H A Dhost_resolver_resource_base.cc64 HostPortPair host_port; local
65 host_port.host = host;
66 host_port.port = port;
68 SendResolve(host_port, hint);
117 const HostPortPair& host_port,
119 PpapiHostMsg_HostResolver_Resolve msg(host_port, *hint);
116 SendResolve( const HostPortPair& host_port, const PP_HostResolver_Private_Hint* hint) argument
/external/chromium_org/tools/android/forwarder2/
H A Dhost_controller.cc22 int host_port,
50 device_port_allocated, host_port, adb_port, exit_notifier_fd,
72 int host_port,
79 host_port_(host_port),
20 Create( int device_port, int host_port, int adb_port, int exit_notifier_fd, const DeletionCallback& deletion_callback) argument
70 HostController( int device_port, int host_port, int adb_port, int exit_notifier_fd, const DeletionCallback& deletion_callback, scoped_ptr<Socket> adb_control_socket, scoped_ptr<PipeNotifier> delete_controller_notifier) argument
H A Dhost_forwarder_main.cc106 int host_port,
114 base::Unretained(this), device_serial, device_port, host_port,
159 int host_port,
180 if (host_port < 0) {
190 << " to host port " << host_port; local
191 SendMessage(base::StringPrintf("%d:%d", device_port, host_port),
199 device_port, host_port, adb_port, GetExitNotifierFD(),
210 << host_port; local
211 const std::string msg = base::StringPrintf("%d:%d", device_port, host_port);
295 int host_port; variable
104 HandleRequest(const std::string& device_serial, int device_port, int host_port, scoped_ptr<Socket> client_socket) argument
157 HandleRequestOnInternalThread(const std::string& device_serial, int device_port, int host_port, scoped_ptr<Socket> client_socket) argument
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_startup_installer_browsertest.cc55 net::HostPortPair host_port = test_server()->host_port_pair(); variable
58 kWebstoreDomain, host_port.port());
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_browsertest.cc126 std::string host_port = test_server()->host_port_pair().ToString(); variable
128 "MAP *.example.com " + host_port + "," +
129 "MAP *.new-example.com " + host_port + "," +
130 "MAP *.a.com " + host_port);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_host_resolver_message_filter.cc123 const ppapi::HostPortPair& host_port,
129 SocketPermissionRequest::RESOLVE_HOST, host_port.host, host_port.port);
152 host_port,
160 const ppapi::HostPortPair& host_port,
172 net::HostPortPair(host_port.host, host_port.port));
121 OnMsgResolve( const ppapi::host::HostMessageContext* context, const ppapi::HostPortPair& host_port, const PP_HostResolver_Private_Hint& hint) argument
158 DoResolve( const ReplyMessageContext& context, const ppapi::HostPortPair& host_port, const PP_HostResolver_Private_Hint& hint, ResourceContext* resource_context) argument
/external/chromium_org/net/spdy/
H A Dspdy_http_utils.cc176 std::string host_port; local
184 host_port = it->second;
189 std::string url = (scheme.empty() || host_port.empty() || path.empty())
191 : scheme + "://" + host_port + path;
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager_browsertest.cc146 net::HostPortPair host_port = test_server()->host_port_pair(); variable
149 kWebstoreDomain, host_port.port());
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_browsertest.cc271 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/net/spdy/
H A Dspdy_stream.cc437 std::string host_port; local
445 host_port = it->second;
449 std::string url = scheme + "://" + host_port + path;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dkiosk_browsertest.cc481 net::HostPortPair host_port = test_server()->host_port_pair(); variable
484 kWebstoreDomain, host_port.port());
/external/openssh/
H A Dchannels.h119 int host_port; /* remote port to connect for forwards */ member in struct:Channel
H A Dchannels.c1098 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);
1257 c->host_port = port_to_connect;
1390 rtype, c->listening_port, c->path, c->host_port,
1405 packet_put_int(c->host_port);
1419 packet_put_int(c->host_port);
1457 c->listening_port, c->path, c->host_port);
1463 if (c->host_port
2574 u_short host_port; local
2958 u_short port, host_port; local
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8_tracing.cc969 HostPortPair host_port = HostPortPair(host, 80); local
971 host_port.set_host(GetHostName());
974 HostResolver::RequestInfo info(host_port);
/external/qemu/slirp/
H A Dslirp.c764 int slirp_redir_rm(int is_udp, int host_port) argument
768 int fport = htons(host_port);
784 int slirp_redir(int is_udp, int host_port, argument
788 if (!udp_listen(htons(host_port), guest_addr.s_addr,
792 if (!solisten(htons(host_port), guest_addr.s_addr,
/external/qemu/slirp-android/
H A Dslirp.c1160 int slirp_redir_rm(int is_udp, int host_port) argument
1168 if (so->so_faddr_port == host_port) {
1179 int slirp_redir(int is_udp, int host_port, argument
1183 if (!udp_listen(host_port,
1188 if (!solisten(host_port, guest_ip, guest_port, 0))
1194 int slirp_unredir(int is_udp, int host_port) argument
1197 return udp_unlisten( host_port );
1199 return sounlisten( host_port );
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc10476 HostPortPair host_port("www.gmail.com", 443);
10477 HostResolver::RequestInfo resolve_info(host_port);
10597 explicit OneTimeCachingHostResolver(const HostPortPair& host_port) argument
10598 : host_port_(host_port) {}
/external/qemu/android/
H A Dconsole.c85 int host_port; member in struct:__anon24097
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_por local
139 control_global_add_redir( ControlGlobal global, int host_port, int host_udp, unsigned int guest_ip, int guest_port ) argument
171 control_global_del_redir( ControlGlobal global, int host_port, int host_udp ) argument
[all...]

Completed in 327 milliseconds