Searched refs:Inet4AddressUtils (Results 1 – 13 of 13) 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;
30 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()
27 public class Inet4AddressUtils { class
19 import static com.android.net.module.util.Inet4AddressUtils.inet4AddressToIntHTH;
19 import static com.android.net.module.util.Inet4AddressUtils.inet4AddressToIntHTL;
30 import com.android.net.module.util.Inet4AddressUtils;836 result = Inet4AddressUtils.inet4AddressToIntHTL((Inet4Address) mIpAddress); in getIpAddress()
112 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);
115 import com.android.net.module.util.Inet4AddressUtils;3100 int newAddress = Inet4AddressUtils.inet4AddressToIntHTL(addr);
28 import static com.android.net.module.util.Inet4AddressUtils.intToInet4AddressHTH;
40 import static com.android.net.module.util.Inet4AddressUtils.intToInet4AddressHTH;
51 import static com.android.net.module.util.Inet4AddressUtils.intToInet4AddressHTH;
4399 android.net.shared.Inet4AddressUtils
44601 Landroid/net/shared/Inet4AddressUtils;