Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java1844 final FileDescriptor remoteUdpFd = mRemoteSocketFactoryClient.openDatagramSocketFd(); in testBlockIncomingPackets() local
1854 checkBlockIncomingPacket(tunFd, remoteUdpFd, EXPECT_PASS); in testBlockIncomingPackets()
1870 checkBlockIncomingPacket(tunFd, remoteUdpFd, EXPECT_BLOCK); in testBlockIncomingPackets()
1882 checkBlockIncomingPacket(tunFd, remoteUdpFd, EXPECT_BLOCK); in testBlockIncomingPackets()
1886 Os.close(remoteUdpFd); in testBlockIncomingPackets()