Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/cts/
DIpSecBaseTest.java197 public static class NativeUdpSocket extends NativeSocket implements GenericUdpSocket { class in IpSecBaseTest
198 public NativeUdpSocket(FileDescriptor fd) { in NativeUdpSocket() method in IpSecBaseTest.NativeUdpSocket
337 public static SocketPair<NativeUdpSocket> getNativeUdpSocketPair( in getNativeUdpSocketPair()
342 NativeUdpSocket leftSock = new NativeUdpSocket( in getNativeUdpSocketPair()
344 NativeUdpSocket rightSock = new NativeUdpSocket( in getNativeUdpSocketPair()
347 for (NativeUdpSocket sock : new NativeUdpSocket[] {leftSock, rightSock}) { in getNativeUdpSocketPair()
537 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPair()
550 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPairUnconnected()
DIpSecManagerTest.java149 SocketPair<NativeUdpSocket> sockets = in checkUnconnectedUdp()
566 NativeUdpSocket wrappedEncapSocket, InetAddress localAddr) throws Exception { in checkIkePacket()
569 try (NativeUdpSocket remoteSocket = new NativeUdpSocket(getBoundUdpSocket(localAddr))) { in checkIkePacket()
611 NativeUdpSocket wrappedEncapSocket = in testIkeOverUdpEncapSocket()
612 new NativeUdpSocket(encapSocket.getFileDescriptor()); in testIkeOverUdpEncapSocket()