Searched refs:Inet4AddressUtils (Results 1 – 5 of 5) sorted by relevance
19 import static android.net.shared.Inet4AddressUtils.getBroadcastAddress;20 import static android.net.shared.Inet4AddressUtils.getImplicitNetmask;21 import static android.net.shared.Inet4AddressUtils.getPrefixMaskAsInet4Address;22 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTH;23 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTL;24 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;25 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTL;26 import static android.net.shared.Inet4AddressUtils.netmaskToPrefixLength;27 import static android.net.shared.Inet4AddressUtils.prefixLengthToV4NetmaskIntHTH;28 import static android.net.shared.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()
27 public class Inet4AddressUtils { class
19 import static android.net.shared.Inet4AddressUtils.inet4AddressToIntHTH;
29 import static android.net.shared.Inet4AddressUtils.intToInet4AddressHTH;