Searched refs:mLastIPv6LinkProperties (Results 1 – 1 of 1) sorted by relevance
257 private LinkProperties mLastIPv6LinkProperties; field in IpServer714 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()