Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java379 InetAddress toAddr = InetAddress.getByName(to); in checkTcpReflection() local
382 client.connect(new InetSocketAddress(toAddr, listen.getLocalPort()), SOCKET_TIMEOUT_MS); in checkTcpReflection()
412 new InetSocketAddress(toAddr, client.getLocalPort()), in checkTcpReflection()
415 new InetSocketAddress(toAddr, server.getLocalPort()), in checkTcpReflection()