Searched refs:intToInetAddress (Results 1 – 5 of 5) sorted by relevance
67 buf.append(NetworkUtils.intToInetAddress(addr).getHostAddress()); in putAddress()
146 public static InetAddress intToInetAddress(int hostAddress) { in intToInetAddress() method in NetworkUtils
1207 return requestRouteToHostAddress(networkType, NetworkUtils.intToInetAddress(hostAddress)); in requestRouteToHost()
107 return NetworkUtils.intToInetAddress(ipv4Address).getHostAddress(); in formatIpAddress()
1031 NetworkUtils.intToInetAddress((int)Long.parseLong(dest, 16)); in getRoutes()1039 NetworkUtils.intToInetAddress((int)Long.parseLong(gate, 16)); in getRoutes()