Searched defs:inetAddr (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkUtils.java146 * @param inetAddr is an InetAddress corresponding to the IPv4 address
149 public static int inetAddressToInt(Inet4Address inetAddr) argument
151 byte [] addr = inetAddr.getAddress();

Completed in 61 milliseconds