Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DTunInterfaceController.java281 private RouteInfo getRouteForIpPrefix(IpPrefix ipPrefix) { in getRouteForIpPrefix() argument
282 return new RouteInfo(ipPrefix, null, mIfName, RouteInfo.RTN_UNICAST, MTU); in getRouteForIpPrefix()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionController.java1001 IpPrefix ipPrefix = linkProperties.getNat64Prefix(); in resolveAndSetAvailableRemoteAddresses() local
1003 new Ipv6AddrInfo(address, ipPrefix != null && ipPrefix.contains(address))); in resolveAndSetAvailableRemoteAddresses()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java792 for (final IpPrefix ipPrefix : newUpstreamPrefixes) { in updateAllIpv6Rules()
794 newUpstreamIfindex, interfaceParams.index, ipPrefix, in updateAllIpv6Rules()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java9283 IpPrefix ipPrefix = mock(IpPrefix.class); in testNetworkValidationUpdatesLinkedNetworks() local
9290 when(routeInfo.getDestination()).thenReturn(ipPrefix); in testNetworkValidationUpdatesLinkedNetworks()
9291 when(ipPrefix.getAddress()).thenReturn(destinationAddress); in testNetworkValidationUpdatesLinkedNetworks()
9352 IpPrefix ipPrefix = mock(IpPrefix.class); in testNonPskNetworkDoesNotUpdateLinkedNetworks() local
9359 when(routeInfo.getDestination()).thenReturn(ipPrefix); in testNonPskNetworkDoesNotUpdateLinkedNetworks()
9360 when(ipPrefix.getAddress()).thenReturn(destinationAddress); in testNonPskNetworkDoesNotUpdateLinkedNetworks()
9405 IpPrefix ipPrefix = mock(IpPrefix.class); in testInvalidScanResultDoesNotUpdateLinkedNetworks() local
9412 when(routeInfo.getDestination()).thenReturn(ipPrefix); in testInvalidScanResultDoesNotUpdateLinkedNetworks()
9413 when(ipPrefix.getAddress()).thenReturn(destinationAddress); in testInvalidScanResultDoesNotUpdateLinkedNetworks()
9485 IpPrefix ipPrefix = mock(IpPrefix.class); in testLinkedNetworksFiltersOutAutojoinDisabledNetworks() local
[all …]