Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java1390 InetAddress allAddresses[] = InetAddress.getAllByName(InetAddress in test_setReuseAddressZ() local
1392 if (allAddresses.length > 1) { in test_setReuseAddressZ()
1404 (InetAddress) allAddresses[1], 0); in test_setReuseAddressZ()
1406 (InetAddress) allAddresses[0], theLocalAddress.getPort()); in test_setReuseAddressZ()
1423 …!((((InetAddress) allAddresses[0]) instanceof Inet4Address) && (((InetAddress) allAddresses[1]) in… in test_setReuseAddressZ()
1434 theLocalAddress = new InetSocketAddress((InetAddress) allAddresses[0], 0); in test_setReuseAddressZ()
1441 …theOtherLocalAddress = new InetSocketAddress((InetAddress) allAddresses[1], theSocket.getLocalPort… in test_setReuseAddressZ()
1449 theLocalAddress = new InetSocketAddress((InetAddress) allAddresses[0], 0); in test_setReuseAddressZ()
1454 …theOtherLocalAddress = new InetSocketAddress((InetAddress) allAddresses[1], theSocket.getLocalPort… in test_setReuseAddressZ()