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