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.java346 InetAddress toAddr = InetAddress.getByName(to); in checkTcpReflection() local
349 client.connect(new InetSocketAddress(toAddr, listen.getLocalPort()), SOCKET_TIMEOUT_MS); in checkTcpReflection()
378 new InetSocketAddress(toAddr, client.getLocalPort()), in checkTcpReflection()
381 new InetSocketAddress(toAddr, server.getLocalPort()), in checkTcpReflection()