Searched refs:NetUtils (Results 1 – 11 of 11) sorted by relevance
71 assertTrue(NetUtils.addressTypeMatches(V4_ADDR1, V4_ADDR2)); in testAddressTypeMatches()72 assertTrue(NetUtils.addressTypeMatches(V6_ADDR1, V6_ADDR2)); in testAddressTypeMatches()73 assertFalse(NetUtils.addressTypeMatches(V4_ADDR1, V6_ADDR1)); in testAddressTypeMatches()74 assertFalse(NetUtils.addressTypeMatches(V6_ADDR1, V4_ADDR1)); in testAddressTypeMatches()81 RouteInfo route = NetUtils.selectBestRoute(null, V4_DEST); in testSelectBestRoute()83 route = NetUtils.selectBestRoute(routes, null); in testSelectBestRoute()86 route = NetUtils.selectBestRoute(routes, V4_DEST); in testSelectBestRoute()100 route = NetUtils.selectBestRoute(routes, V4_DEST); in testSelectBestRoute()104 route = NetUtils.selectBestRoute(routes, V6_DEST); in testSelectBestRoute()109 route = NetUtils.selectBestRoute(routes, V4_DEST); in testSelectBestRoute()[all …]
27 import com.android.net.module.util.NetUtils;64 NetUtils.maskRawAddress(address, prefixLength); in checkAndMaskAddressAndPrefixLength()193 NetUtils.maskRawAddress(addrBytes, prefixLength); in contains()207 NetUtils.maskRawAddress(otherAddress, prefixLength); in containsPrefix()
28 import com.android.net.module.util.NetUtils;516 return NetUtils.selectBestRoute(routes, dest); in selectBestRoute()
28 import com.android.net.module.util.NetUtils;98 ? NetUtils.selectBestRoute(lp.getAllRoutes(), dst) in getInterfaceForDestination()
33 public final class NetUtils { class
71 rule android.net.util.NetUtils* com.android.wifi.x.@0
484 "framework/com/android/net/module/util/NetUtils.java",
69 import com.android.net.module.util.NetUtils;963 InetAddress netPart = NetUtils.getNetworkPart(inetAddr, networkPrefixLength); in validateIpConfigFields()
71 import com.android.net.module.util.NetUtils;977 InetAddress netPart = NetUtils.getNetworkPart(inetAddr, networkPrefixLength); in validateIpConfigFields()
META-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
134 import com.android.net.module.util.NetUtils;1703 InetAddress gateway = NetUtils.selectBestRoute( in getDstMacForKeepalive()