Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DIpSecBaseTest.java191 public static class NativeTcpSocket extends NativeSocket implements GenericTcpSocket { class in IpSecBaseTest
192 public NativeTcpSocket(FileDescriptor fd) { in NativeTcpSocket() method in IpSecBaseTest.NativeTcpSocket
360 public static SocketPair<NativeTcpSocket> getNativeTcpSocketPair( in getNativeTcpSocketPair()
364 NativeTcpSocket server = new NativeTcpSocket( in getNativeTcpSocketPair()
366 NativeTcpSocket client = new NativeTcpSocket( in getNativeTcpSocketPair()
376 NativeTcpSocket accepted = new NativeTcpSocket(Os.accept(server.mFd, null)); in getNativeTcpSocketPair()
416 applyTransformBidirectionally(ism, transform, new NativeTcpSocket(serverFd)); in getJavaTcpSocketPair()
524 SocketPair<NativeTcpSocket> sockets = in testNativeTcpSocketPair()
DIpSecManagerTest.java179 SocketPair<NativeTcpSocket> sockets = getNativeTcpSocketPair(local, mISM, transform); in checkTcp()