Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecBaseTest.java252 public static class NativeUdpSocket extends NativeSocket implements GenericUdpSocket { class in IpSecBaseTest
253 public NativeUdpSocket(FileDescriptor fd) { in NativeUdpSocket() method in IpSecBaseTest.NativeUdpSocket
523 public static SocketPair<NativeUdpSocket> getNativeUdpSocketPair( in getNativeUdpSocketPair()
528 NativeUdpSocket leftSock = new NativeUdpSocket( in getNativeUdpSocketPair()
530 NativeUdpSocket rightSock = new NativeUdpSocket( in getNativeUdpSocketPair()
533 for (NativeUdpSocket sock : new NativeUdpSocket[] {leftSock, rightSock}) { in getNativeUdpSocketPair()
724 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPair()
737 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPairUnconnected()
DIpSecManagerTest.java185 SocketPair<NativeUdpSocket> sockets = in checkUnconnectedUdp()
609 NativeUdpSocket wrappedEncapSocket, InetAddress localAddr) throws Exception { in checkIkePacket()
612 try (NativeUdpSocket remoteSocket = new NativeUdpSocket(getBoundUdpSocket(localAddr))) { in checkIkePacket()
654 NativeUdpSocket wrappedEncapSocket = in testIkeOverUdpEncapSocket()
655 new NativeUdpSocket(encapSocket.getFileDescriptor()); in testIkeOverUdpEncapSocket()