Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java585 InetAddress toAddr = InetAddress.getByName(to); in checkTcpReflection() local
588 client.connect(new InetSocketAddress(toAddr, listen.getLocalPort()), SOCKET_TIMEOUT_MS); in checkTcpReflection()
618 new InetSocketAddress(toAddr, client.getLocalPort()), in checkTcpReflection()
621 new InetSocketAddress(toAddr, server.getLocalPort()), in checkTcpReflection()