Home
last modified time | relevance | path

Searched refs:anyAddress (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DInet6AddressImpl.java285 Inet6Address anyAddress = new Inet6Address(); in anyLocalAddress() local
286 anyAddress.holder().hostName = "::"; in anyLocalAddress()
287 anyLocalAddress = anyAddress; in anyLocalAddress()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DServerSocketTest.java730 InetSocketAddress anyAddress = new InetSocketAddress(InetAddress.getLocalHost(), 0); in test_setReuseAddressZ() local
733 serverSocket.bind(anyAddress); in test_setReuseAddressZ()
757 anyAddress = new InetSocketAddress(InetAddress.getLocalHost(), 0); in test_setReuseAddressZ()
760 serverSocket.bind(anyAddress); in test_setReuseAddressZ()
785 anyAddress = new InetSocketAddress(InetAddress.getLocalHost(), 0); in test_setReuseAddressZ()
787 serverSocket.bind(anyAddress); in test_setReuseAddressZ()