Home
last modified time | relevance | path

Searched defs:ip_endpoints (Results 1 – 10 of 10) sorted by relevance

/external/cronet/net/dns/public/
Dhost_resolver_results.h39 std::vector<net::IPEndPoint> ip_endpoints; member
/external/cronet/net/dns/
Dhost_cache.h200 const std::vector<IPEndPoint>& ip_endpoints() const { in ip_endpoints() function
203 void set_ip_endpoints(std::vector<IPEndPoint> ip_endpoints) { in set_ip_endpoints()
Dhost_cache.cc147 std::vector<IPEndPoint>& ip_endpoints) { in IPEndPointsFromLegacyAddressListValue()
507 std::vector<IPEndPoint> ip_endpoints, in Entry()
539 std::vector<IPEndPoint> ip_endpoints, in Entry()
1060 std::vector<IPEndPoint> ip_endpoints; in RestoreFromListValue() local
Dmock_host_resolver.cc90 absl::optional<std::vector<net::IPEndPoint>> ip_endpoints; in CreateCacheEntry() local
123 std::vector<net::IPEndPoint>* ip_endpoints) { in ParseAddressList()
1341 std::vector<net::IPEndPoint> ip_endpoints; in Resolve() local
Ddns_response_result_extractor.cc332 std::vector<IPEndPoint> ip_endpoints; in ExtractAddressResults() local
Dhost_cache_unittest.cc166 std::vector<IPEndPoint> ip_endpoints = {IPEndPoint(IPAddress(1, 1, 1, 1), 0), in TEST() local
1736 std::vector<IPEndPoint> ip_endpoints = {ipv6_endpoint, ipv4_endpoint1, in TEST() local
Dhost_resolver_manager.cc1673 std::vector<IPEndPoint> ip_endpoints = results.ip_endpoints(); in OnTransactionsFinished() local
/external/cronet/net/socket/
Dtransport_connect_job.cc323 std::vector<IPEndPoint> ip_endpoints; in DoResolveHostCallbackComplete() local
/external/cronet/net/spdy/
Dspdy_session_pool_unittest.cc186 std::vector<IPEndPoint> ip_endpoints; in TryCreateAliasedSpdySession() local
/external/cronet/net/quic/
Dquic_stream_factory.cc1776 const std::vector<IPEndPoint>& ip_endpoints, in HasMatchingIpSession()