Home
last modified time | relevance | path

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

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java368 private void checkTcpReflection(String to, String expectedFrom) throws IOException { in checkTcpReflection() argument
383 if (expectedFrom == null) { in checkTcpReflection()
389 if (expectedFrom != null) { in checkTcpReflection()
409 assertEquals(expectedFrom, client.getLocalAddress().getHostAddress()); in checkTcpReflection()
410 assertEquals(expectedFrom, server.getLocalAddress().getHostAddress()); in checkTcpReflection()
456 private void checkUdpEcho(String to, String expectedFrom) throws IOException { in checkUdpEcho() argument
472 if (expectedFrom != null) { in checkUdpEcho()
474 expectedFrom, s.getLocalAddress().getHostAddress()); in checkUdpEcho()
478 if (expectedFrom != null) { in checkUdpEcho()