Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DNetUtilsTest.java71 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 …]
/packages/modules/Connectivity/framework/src/android/net/
DIpPrefix.java27 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()
DRouteInfo.java28 import com.android.net.module.util.NetUtils;
516 return NetUtils.selectBestRoute(routes, dest); in selectBestRoute()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetheringInterfaceUtils.java28 import com.android.net.module.util.NetUtils;
98 ? NetUtils.selectBestRoute(lp.getAllRoutes(), dst) in getInterfaceForDestination()
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DNetUtils.java33 public final class NetUtils { class
/packages/modules/Wifi/framework/
Djarjar-rules.txt71 rule android.net.util.NetUtils* com.android.wifi.x.@0
/packages/modules/Connectivity/staticlibs/
DAndroid.bp484 "framework/com/android/net/module/util/NetUtils.java",
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiConfigController.java69 import com.android.net.module.util.NetUtils;
963 InetAddress netPart = NetUtils.getNetworkPart(inetAddr, networkPrefixLength); in validateIpConfigFields()
DWifiConfigController2.java71 import com.android.net.module.util.NetUtils;
977 InetAddress netPart = NetUtils.getNetworkPart(inetAddr, networkPrefixLength); in validateIpConfigFields()
/packages/apps/Car/DebuggingRestrictionController/libs/
Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/packages/modules/Wifi/service/java/com/android/server/wifi/
DClientModeImpl.java134 import com.android.net.module.util.NetUtils;
1703 InetAddress gateway = NetUtils.selectBestRoute( in getDstMacForKeepalive()