Searched refs:NativeTcpSocket (Results 1 – 2 of 2) sorted by relevance
191 public static class NativeTcpSocket extends NativeSocket implements GenericTcpSocket { class in IpSecBaseTest192 public NativeTcpSocket(FileDescriptor fd) { in NativeTcpSocket() method in IpSecBaseTest.NativeTcpSocket360 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()
179 SocketPair<NativeTcpSocket> sockets = getNativeTcpSocketPair(local, mISM, transform); in checkTcp()