Searched refs:NativeUdpSocket (Results 1 – 2 of 2) sorted by relevance
197 public static class NativeUdpSocket extends NativeSocket implements GenericUdpSocket { class in IpSecBaseTest198 public NativeUdpSocket(FileDescriptor fd) { in NativeUdpSocket() method in IpSecBaseTest.NativeUdpSocket337 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()
149 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()