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

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

Completed in 323 milliseconds