Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java257 private LinkProperties mLastIPv6LinkProperties; field in IpServer
714 if (Objects.equals(mLastIPv6LinkProperties, v6only)) { in updateUpstreamIPv6LinkProperties()
762 mLastIPv6LinkProperties = v6only; in updateUpstreamIPv6LinkProperties()
900 if (mLastIPv6LinkProperties == null) return false; in isIpv6VcnNetworkInterface()
902 return isVcnInterface(mLastIPv6LinkProperties.getInterfaceName()); in isIpv6VcnNetworkInterface()