Home
last modified time | relevance | path

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

/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
DInet4AddressUtilsTest.java19 import static com.android.net.module.util.Inet4AddressUtils.getBroadcastAddress;
20 import static com.android.net.module.util.Inet4AddressUtils.getImplicitNetmask;
21 import static com.android.net.module.util.Inet4AddressUtils.getPrefixMaskAsInet4Address;
22 import static com.android.net.module.util.Inet4AddressUtils.inet4AddressToIntHTH;
23 import static com.android.net.module.util.Inet4AddressUtils.inet4AddressToIntHTL;
24 import static com.android.net.module.util.Inet4AddressUtils.intToInet4AddressHTH;
25 import static com.android.net.module.util.Inet4AddressUtils.intToInet4AddressHTL;
26 import static com.android.net.module.util.Inet4AddressUtils.netmaskToPrefixLength;
27 import static com.android.net.module.util.Inet4AddressUtils.prefixLengthToV4NetmaskIntHTH;
28 import static com.android.net.module.util.Inet4AddressUtils.prefixLengthToV4NetmaskIntHTL;
/frameworks/base/core/java/android/net/
DNetworkUtils.java24 import android.net.shared.Inet4AddressUtils;
182 return Inet4AddressUtils.intToInet4AddressHTL(hostAddress); in intToInetAddress()
193 return Inet4AddressUtils.inet4AddressToIntHTL(inetAddr); in inetAddressToInt()
205 return Inet4AddressUtils.prefixLengthToV4NetmaskIntHTL(prefixLength); in prefixLengthToNetmaskInt()
229 return Inet4AddressUtils.netmaskToPrefixLength(netmask); in netmaskToPrefixLength()
295 return Inet4AddressUtils.getImplicitNetmask(address); in getImplicitNetmask()
/frameworks/base/packages/Tethering/
Djarjar-rules.txt17 rule android.net.shared.Inet4AddressUtils* com.android.networkstack.tethering.shared.Inet4AddressUt…
/frameworks/base/core/java/android/net/shared/
DInet4AddressUtils.java27 public class Inet4AddressUtils { class
/frameworks/libs/net/common/framework/com/android/net/module/util/
DInet4AddressUtils.java27 public class Inet4AddressUtils { class
/frameworks/base/packages/Tethering/src/android/net/dhcp/
DDhcpServingParamsParcelExt.java19 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTH;
/frameworks/base/tests/net/common/java/android/net/
DDhcpInfoTest.java19 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTL;
/frameworks/base/
DAndroid.bp731 "core/java/android/net/shared/Inet4AddressUtils.java",
765 "core/java/android/net/shared/Inet4AddressUtils.java",
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java22 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;
/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java39 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java43 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;
/frameworks/base/config/
Dboot-image-profile.txt10752 HSPLandroid/net/shared/Inet4AddressUtils;->inet4AddressToIntHTH(Ljava/net/Inet4Address;)I