Searched refs:getCoercedIPv4Address (Results 1 – 2 of 2) sorted by relevance
573 InetAddresses.getCoercedIPv4Address(localHost4)); in testGetCoercedIPv4Address()577 InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address()582 InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address()587 InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address()592 InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address()597 assertTrue(InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address()599 InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address()604 assertTrue(InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address()606 InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address()611 InetAddresses.getCoercedIPv4Address( in testGetCoercedIPv4Address()[all …]
871 public static Inet4Address getCoercedIPv4Address(InetAddress ip) { in getCoercedIPv4Address() method in InetAddresses938 return ByteStreams.newDataInput(getCoercedIPv4Address(ip).getAddress()).readInt(); in coerceToInteger()