Home
last modified time | relevance | path

Searched refs:checkTcpReflection (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() method in VpnTest
501 checkTcpReflection("192.0.2.252", "192.0.2.2"); in checkTrafficOnVpn()
502 checkTcpReflection("2001:db8:dead:beef::f00", "2001:db8:1:2::ffe"); in checkTrafficOnVpn()
508 checkTcpReflection("192.0.2.252", null); in checkNoTrafficOnVpn()
509 checkTcpReflection("2001:db8:dead:beef::f00", null); in checkNoTrafficOnVpn()