Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
H A DVpnTest.java414 private void checkTcpReflection(String to, String expectedFrom) throws IOException { in checkTcpReflection() method in VpnTest
547 checkTcpReflection("192.0.2.252", "192.0.2.2"); in checkTrafficOnVpn()
548 checkTcpReflection("2001:db8:dead:beef::f00", "2001:db8:1:2::ffe"); in checkTrafficOnVpn()
554 checkTcpReflection("192.0.2.252", null); in checkNoTrafficOnVpn()
555 checkTcpReflection("2001:db8:dead:beef::f00", null); in checkNoTrafficOnVpn()