Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionController.java1008 private static boolean hasLocalIpV4Address(LinkProperties linkProperties) { in hasLocalIpV4Address() method in IkeConnectionController
1035 !mRemoteAddressesV4.isEmpty() && hasLocalIpV4Address(linkProperties); in selectAndSetRemoteAddress()
1165 hasLocalIpV4Address(linkProperties), linkProperties.hasGlobalIpv6Address()); in isDnsLookupRequiredWithGlobalRemoteAddress()
1229 if (!hasLocalIpV4Address(linkProperties) && !linkProperties.hasGlobalIpv6Address()) { in handleUnderlyingNetworkUpdated()