Home
last modified time | relevance | path

Searched refs:migrating_ip_is_ipv4 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_utils.cc218 bool migrating_ip_is_ipv4 = new_address.host().IsIPv4() ? true : false; in DetermineAddressChangeType() local
219 if (old_ip_is_ipv4 && !migrating_ip_is_ipv4) { in DetermineAddressChangeType()
224 return migrating_ip_is_ipv4 ? IPV6_TO_IPV4_CHANGE : IPV6_TO_IPV6_CHANGE; in DetermineAddressChangeType()