Searched refs:ipPrefix (Results 1 – 4 of 4) sorted by relevance
281 private RouteInfo getRouteForIpPrefix(IpPrefix ipPrefix) { in getRouteForIpPrefix() argument282 return new RouteInfo(ipPrefix, null, mIfName, RouteInfo.RTN_UNICAST, MTU); in getRouteForIpPrefix()
1001 IpPrefix ipPrefix = linkProperties.getNat64Prefix(); in resolveAndSetAvailableRemoteAddresses() local1003 new Ipv6AddrInfo(address, ipPrefix != null && ipPrefix.contains(address))); in resolveAndSetAvailableRemoteAddresses()
792 for (final IpPrefix ipPrefix : newUpstreamPrefixes) { in updateAllIpv6Rules()794 newUpstreamIfindex, interfaceParams.index, ipPrefix, in updateAllIpv6Rules()
9283 IpPrefix ipPrefix = mock(IpPrefix.class); in testNetworkValidationUpdatesLinkedNetworks() local9290 when(routeInfo.getDestination()).thenReturn(ipPrefix); in testNetworkValidationUpdatesLinkedNetworks()9291 when(ipPrefix.getAddress()).thenReturn(destinationAddress); in testNetworkValidationUpdatesLinkedNetworks()9352 IpPrefix ipPrefix = mock(IpPrefix.class); in testNonPskNetworkDoesNotUpdateLinkedNetworks() local9359 when(routeInfo.getDestination()).thenReturn(ipPrefix); in testNonPskNetworkDoesNotUpdateLinkedNetworks()9360 when(ipPrefix.getAddress()).thenReturn(destinationAddress); in testNonPskNetworkDoesNotUpdateLinkedNetworks()9405 IpPrefix ipPrefix = mock(IpPrefix.class); in testInvalidScanResultDoesNotUpdateLinkedNetworks() local9412 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 …]