Home
last modified time | relevance | path

Searched refs:Inet4AddressUtils (Results 1 – 13 of 13) 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.java30 import com.android.net.module.util.Inet4AddressUtils;
183 return Inet4AddressUtils.intToInet4AddressHTL(hostAddress); in intToInetAddress()
194 return Inet4AddressUtils.inet4AddressToIntHTL(inetAddr); in inetAddressToInt()
206 return Inet4AddressUtils.prefixLengthToV4NetmaskIntHTL(prefixLength); in prefixLengthToNetmaskInt()
230 return Inet4AddressUtils.netmaskToPrefixLength(netmask); in netmaskToPrefixLength()
296 return Inet4AddressUtils.getImplicitNetmask(address); in getImplicitNetmask()
/frameworks/libs/net/common/src_frameworkcommon/com/android/net/module/util/
DInet4AddressUtils.java27 public class Inet4AddressUtils { class
/frameworks/base/packages/Tethering/src/android/net/dhcp/
DDhcpServingParamsParcelExt.java19 import static com.android.net.module.util.Inet4AddressUtils.inet4AddressToIntHTH;
/frameworks/base/tests/net/common/java/android/net/
DDhcpInfoTest.java19 import static com.android.net.module.util.Inet4AddressUtils.inet4AddressToIntHTL;
/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java30 import com.android.net.module.util.Inet4AddressUtils;
836 result = Inet4AddressUtils.inet4AddressToIntHTL((Inet4Address) mIpAddress); in getIpAddress()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java112 import com.android.net.module.util.Inet4AddressUtils;
2963 info.ipAddress = Inet4AddressUtils.inet4AddressToIntHTL(
2968 info.gateway = Inet4AddressUtils.inet4AddressToIntHTL(
2976 info.dns1 = Inet4AddressUtils.inet4AddressToIntHTL((Inet4Address) dns);
2978 info.dns2 = Inet4AddressUtils.inet4AddressToIntHTL((Inet4Address) dns);
2988 Inet4AddressUtils.inet4AddressToIntHTL((Inet4Address) serverInetAddress);
DClientModeImpl.java115 import com.android.net.module.util.Inet4AddressUtils;
3100 int newAddress = Inet4AddressUtils.inet4AddressToIntHTL(addr);
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java28 import static com.android.net.module.util.Inet4AddressUtils.intToInet4AddressHTH;
/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java40 import static com.android.net.module.util.Inet4AddressUtils.intToInet4AddressHTH;
/frameworks/base/packages/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringTest.java51 import static com.android.net.module.util.Inet4AddressUtils.intToInet4AddressHTH;
/frameworks/base/config/
Dpreloaded-classes4399 android.net.shared.Inet4AddressUtils
Dboot-image-profile.txt44601 Landroid/net/shared/Inet4AddressUtils;