Searched refs:getLoopbackAddress (Results 1 – 6 of 6) sorted by relevance
108 ssc.socket().bind(new InetSocketAddress(InetAddress.getLoopbackAddress(), 0)); in test_bind_loopback()118 new InetSocketAddress(InetAddress.getLoopbackAddress(), boundAddress.getPort()); in test_bind_loopback()
201 assertTrue(InetAddress.getLoopbackAddress().isLoopbackAddress()); in test_getLoopbackAddress()
201 Libcore.os.bind(serverFd, InetAddress.getLoopbackAddress(), 0); in test_byteBufferPositions_sendto_recvfrom()
90 return InetAddress.getLoopbackAddress().getHostName(); in getHostName()
532 public static InetAddress getLoopbackAddress() { in getLoopbackAddress() method in InetAddress
65 loopbackInterface = NetworkInterface.getByInetAddress(InetAddress.getLoopbackAddress()); in setUp()