Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java1854 checkBlockIncomingPacket(tunFd, remoteUdpFd, EXPECT_PASS); in testBlockIncomingPackets()
1870 checkBlockIncomingPacket(tunFd, remoteUdpFd, EXPECT_BLOCK); in testBlockIncomingPackets()
1882 checkBlockIncomingPacket(tunFd, remoteUdpFd, EXPECT_BLOCK); in testBlockIncomingPackets()
2098 private void checkBlockIncomingPacket( in checkBlockIncomingPacket() method in VpnTest