Searched refs:NativeTcpSocket (Results 1 – 2 of 2) sorted by relevance
240 public static class NativeTcpSocket extends NativeSocket implements GenericTcpSocket { class in IpSecBaseTest241 public NativeTcpSocket(FileDescriptor fd) { in NativeTcpSocket() method in IpSecBaseTest.NativeTcpSocket546 public static SocketPair<NativeTcpSocket> getNativeTcpSocketPair( in getNativeTcpSocketPair()550 NativeTcpSocket server = new NativeTcpSocket( in getNativeTcpSocketPair()552 NativeTcpSocket client = new NativeTcpSocket( in getNativeTcpSocketPair()562 NativeTcpSocket accepted = new NativeTcpSocket(Os.accept(server.mFd, null)); in getNativeTcpSocketPair()598 NativeTcpSocket server = new NativeTcpSocket( in getJavaTcpSocketPair()711 SocketPair<NativeTcpSocket> sockets = in testNativeTcpSocketPair()
215 SocketPair<NativeTcpSocket> sockets = getNativeTcpSocketPair(local, mISM, transform); in checkTcp()