Home
last modified time | relevance | path

Searched defs:hostport (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/ext/filters/client_channel/
Dparse_address.cc92 bool grpc_parse_ipv4_hostport(const char* hostport, grpc_resolved_address* addr, in grpc_parse_ipv4_hostport()
138 bool grpc_parse_ipv6_hostport(const char* hostport, grpc_resolved_address* addr, in grpc_parse_ipv6_hostport()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/address_utils/
Dparse_address.cc150 bool grpc_parse_ipv4_hostport(absl::string_view hostport, in grpc_parse_ipv4_hostport()
202 bool grpc_parse_ipv6_hostport(absl::string_view hostport, in grpc_parse_ipv6_hostport()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dremote_device_test.cc48 const string& hostport = cluster_->targets()[0]; in RemoteDeviceTest() local
/external/libevent/sample/
Dhttp-connect.c91 char hostport[URL_MAX]; in main() local
/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_var.h64 static inline uint16_t htons(uint16_t hostport) { in htons()
70 static inline uint16_t ntohs(uint16_t hostport) { in ntohs()
76 static inline uint32_t htonl(uint32_t hostport) { in htonl()
82 static inline uint32_t ntohl(uint32_t hostport) { in ntohl()
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc487 char** hostport) { in inner_resolve_as_ip_literal_locked()
525 char* hostport = nullptr; in resolve_as_ip_literal_locked() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper.cc934 std::string* port, std::string* hostport) { in inner_resolve_as_ip_literal_locked()
971 std::string hostport; in resolve_as_ip_literal_locked() local
/external/libpcap/
Dsockutils.c913 char hostport[PCAP_ERRBUF_SIZE]; in get_gai_errstring() local