Home
last modified time | relevance | path

Searched defs:host_port (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython2/Doc/library/
Dsocket.rst37 .. _host_port: target
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dparse_address.cc106 const char* host_port = uri->path; in grpc_parse_ipv4() local
190 const char* host_port = uri->path; in grpc_parse_ipv6() local
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/
Dgrpc-helloworld.cc51 char host_port[host_port_buf_size]; in StartServer() local
119 char host_port[host_port_buf_size]; in Java_io_grpc_helloworldexample_cpp_HelloworldActivity_sayHello() local
/external/python/cpython3/Doc/library/
Dsocket.rst66 .. _host_port: target in Socket families
/external/chromium-trace/catapult/devil/devil/android/
Dports.py86 def IsHostPortAvailable(host_port): argument
Dforwarder.py248 def DevicePortForHostPort(host_port): argument
/external/grpc-grpc/test/cpp/interop/
Dclient_helper.cc85 char host_port[host_port_buf_size]; in CreateChannelForTestCase() local
Dhttp2_client.cc194 char host_port[host_port_buf_size]; in main() local
/external/libevent/sample/
Dhttp-connect.c59 struct evhttp_uri *host_port; in main() local
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_channel.cc46 Status ValidateHostPortPair(const string& host_port) { in ValidateHostPortPair()
294 const string host_port = TranslateTask(target); in FindChannelOnce() local
Dgrpc_server_lib.cc287 string& host_port = host_ports[task.first]; in ParseChannelSpec() local
325 const string host_port = channel_cache_->TranslateTask(name_prefix); in WorkerCacheFactory() local
/external/tensorflow/tensorflow/contrib/verbs/
Dverbs_server_lib.cc63 const string host_port = (*channel_cache)->TranslateTask(name_prefix); in ChannelCacheFactory() local
/external/curl/lib/
Dhttp_proxy.c205 char *host_port; in CONNECT() local
/external/grpc-grpc/src/android/test/interop/app/src/main/cpp/
Dgrpc-interop.cc38 char host_port[host_port_buf_size]; in GetClient() local
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc47 Status ValidateHostPortPair(const string& host_port) { in ValidateHostPortPair()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_client_cfstream.cc146 char *host_port, *host_string, *port_string; in ParseResolvedAddress() local
/external/autotest/server/hosts/
Dabstract_ssh.py129 def host_port(self): member in AbstractSSHHost
/external/openssh/
Dchannels.h129 int host_port; /* remote port to connect for forwards */ member
Dchannels.c3053 u_short host_port; local
/external/u-boot/drivers/net/
Dcpsw.c261 int host_port; member