Searched refs:Inet4AddressUtils (Results 1 – 12 of 12) sorted by relevance
19 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;
24 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()
17 rule android.net.shared.Inet4AddressUtils* com.android.networkstack.tethering.shared.Inet4AddressUt…
27 public class Inet4AddressUtils { class
19 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTH;
19 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTL;
731 "core/java/android/net/shared/Inet4AddressUtils.java",765 "core/java/android/net/shared/Inet4AddressUtils.java",
22 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;
39 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;
43 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;
10752 HSPLandroid/net/shared/Inet4AddressUtils;->inet4AddressToIntHTH(Ljava/net/Inet4Address;)I