Searched refs:theLocalAddress (Results 1 – 3 of 3) sorted by relevance
1403 InetSocketAddress theLocalAddress = new InetSocketAddress( in test_setReuseAddressZ() local1406 (InetAddress) allAddresses[0], theLocalAddress.getPort()); in test_setReuseAddressZ()1409 theSocket.bind(theLocalAddress); in test_setReuseAddressZ()1425 + theLocalAddress.toString() in test_setReuseAddressZ()1434 theLocalAddress = new InetSocketAddress((InetAddress) allAddresses[0], 0); in test_setReuseAddressZ()1438 theSocket.bind(theLocalAddress); in test_setReuseAddressZ()1449 theLocalAddress = new InetSocketAddress((InetAddress) allAddresses[0], 0); in test_setReuseAddressZ()1452 theSocket.bind(theLocalAddress); in test_setReuseAddressZ()
692 InetSocketAddress theLocalAddress = new InetSocketAddress(Inet6Address.LOOPBACK, 0); in test_isBound() local695 theSocket.bind(theLocalAddress); in test_isBound()
1036 InetSocketAddress theLocalAddress = new InetSocketAddress(InetAddress in test_isBound() local1041 client.bind(theLocalAddress); in test_isBound()