Home
last modified time | relevance | path

Searched refs:remote_port (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
Dchrome_tracing_devtools_manager.py29 remote_port = str(devtools_client_backend.remote_port)
34 devtools_clients_map[remote_port] = devtools_client_backend
Dchrome_tracing_agent.py90 'backend %s.' % (client.remote_port, self._platform_backend))
142 % (client.remote_port,
Dchrome_tracing_agent_unittest.py56 def __init__(self, remote_port): argument
59 self.remote_port = remote_port
/external/curl/lib/
Dsocks.c111 int remote_port, in Curl_SOCKS4() argument
132 infof(data, "SOCKS4 communication to %s:%d\n", hostname, remote_port); in Curl_SOCKS4()
147 socksreq[2] = (unsigned char)((remote_port >> 8) & 0xff); /* PORT MSB */ in Curl_SOCKS4()
148 socksreq[3] = (unsigned char)(remote_port & 0xff); /* PORT LSB */ in Curl_SOCKS4()
156 rc = Curl_resolv(conn, hostname, remote_port, &dns); in Curl_SOCKS4()
350 int remote_port, argument
578 int rc = Curl_resolv(conn, hostname, remote_port, &dns);
634 socksreq[len++] = (unsigned char)((remote_port >> 8) & 0xff); /* PORT MSB */
635 socksreq[len++] = (unsigned char)(remote_port & 0xff); /* PORT LSB */
Dsocks.h50 int remote_port,
62 int remote_port,
Dhttp_proxy.c71 conn->host.name, conn->remote_port); in Curl_proxy_connect()
93 int remote_port) in Curl_proxyCONNECT() argument
122 hostname, remote_port); in Curl_proxyCONNECT()
136 host_port = aprintf("%s:%hu", hostname, remote_port); in Curl_proxyCONNECT()
156 remote_port); in Curl_proxyCONNECT()
Dhttp_proxy.h29 const char *hostname, int remote_port);
Dpipeline.c181 site->port == conn->remote_port) { in Curl_pipeline_site_blacklisted()
183 conn->host.name, conn->remote_port); in Curl_pipeline_site_blacklisted()
Durl.c3295 needle->remote_port == check->remote_port) { in ConnectionExists()
3470 conn->host.name, conn->remote_port, in Curl_connected_proxy()
3475 conn->remote_port, FIRSTSOCKET, conn, FALSE); in Curl_connected_proxy()
3479 conn->remote_port, FIRSTSOCKET, conn, TRUE); in Curl_connected_proxy()
3772 conn->remote_port = -1; /* unknown */ in allocate_conn()
4337 if(conn->remote_port < 0) in setup_connection_internals()
4338 conn->remote_port = (unsigned short)conn->given->defport; in setup_connection_internals()
4994 conn->remote_port = (unsigned short)data->set.use_port; in parse_remote_port()
5015 conn->bits.ipv6_ip?"]":"", conn->remote_port, in parse_remote_port()
5046 conn->remote_port = curlx_ultous(port); in parse_remote_port()
[all …]
Durldata.h372 int remote_port; /* remote port to connect to */ member
872 int remote_port; /* what remote port to connect to, not the proxy port! */ member
/external/chromium-trace/catapult/telemetry/telemetry/core/
Dcros_interface_unittest.py103 remote_port = cri.GetRemotePort()
104 self.assertFalse(cri.IsHTTPServerRunningOnPort(remote_port))
108 forwarders.PortPairs(http=forwarders.PortPair(port, remote_port),
113 self.assertTrue(cri.IsHTTPServerRunningOnPort(remote_port))
117 self.assertTrue(cri.GetRemotePort() != remote_port)
125 self.assertFalse(cri.IsHTTPServerRunningOnPort(remote_port))
/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
D__init__.py31 return PortSet(*[p.remote_port if p is not None else None for p in self])
55 PortPair(p.local_port, p.remote_port or p.local_port)
61 return self._port_pairs.http.remote_port
Ddo_nothing_forwarder.py55 local_port, remote_port = port_pair
56 if local_port != remote_port:
Dandroid_forwarder.py59 forwarder.Forwarder.Map([(p.remote_port, p.local_port)
74 port_pair.remote_port, self._device)
Dcros_forwarder.py55 return self._port_pairs.http.remote_port
/external/curl/tests/data/
Dtest122330 HTTP GET -w remote_ip and -w remote_port
33 http://%HOSTIP:%HTTPPORT/1223 -w 'IP %{remote_ip} and PORT %{remote_port}\n'
/external/toybox/toys/pending/
Dlsof.c194 int local_port, remote_port, state; in match_ip() local
201 &(remote.s6_addr32[0]), &remote_port, in match_ip()
211 &remote_port, &state, &inode) == 12; in match_ip()
223 local_ip, local_port, remote_ip, remote_port, in match_ip()
228 local_ip, local_port, remote_ip, remote_port); in match_ip()
/external/kernel-headers/original/uapi/xen/
Devtchn.h53 unsigned int remote_domain, remote_port; member
/external/libevent/include/event2/
Dhttp_struct.h86 ev_uint16_t remote_port; member
/external/curl/lib/vtls/
Dvtls.c366 (conn->remote_port == check->remote_port) && in Curl_ssl_getsessionid()
488 store->remote_port = conn->remote_port; /* port number */ in Curl_ssl_addsessionid()
Dschannel.c111 conn->host.name, conn->remote_port); in schannel_connect_step1()
302 conn->host.name, conn->remote_port); in schannel_connect_step2()
534 conn->host.name, conn->remote_port); in schannel_connect_step3()
1207 conn->host.name, conn->remote_port); in Curl_schannel_shutdown()
/external/autotest/client/tests/kvm/tests/
Dmigration_multi_host.py69 vm.migrate(dest_host=dsthost, remote_port=mig_port)
/external/valgrind/coregrind/
Dpub_core_threadstate.h161 Addr remote_port; // destination for original message member
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
Ddevtools_client_backend.py129 def remote_port(self): member in DevToolsClientBackend
/external/autotest/client/virt/
Dkvm_vm.py1130 save_path="/tmp", dest_host="localhost", remote_port=None): argument
1210 uri = "tcp:%s:%d" % (dest_host, remote_port)

12