Searched refs:expectedFrom (Results 1 – 1 of 1) sorted by relevance
368 private void checkTcpReflection(String to, String expectedFrom) throws IOException { in checkTcpReflection() argument383 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() argument472 if (expectedFrom != null) { in checkUdpEcho()474 expectedFrom, s.getLocalAddress().getHostAddress()); in checkUdpEcho()478 if (expectedFrom != null) { in checkUdpEcho()