Searched refs:NativeUdpSocket (Results 1 – 2 of 2) sorted by relevance
181 public static class NativeUdpSocket extends NativeSocket implements GenericUdpSocket { class in IpSecBaseTest182 public NativeUdpSocket(FileDescriptor fd) { in NativeUdpSocket() method in IpSecBaseTest.NativeUdpSocket310 public static SocketPair<NativeUdpSocket> getNativeUdpSocketPair( in getNativeUdpSocketPair()315 NativeUdpSocket leftSock = new NativeUdpSocket( in getNativeUdpSocketPair()317 NativeUdpSocket rightSock = new NativeUdpSocket( in getNativeUdpSocketPair()320 for (NativeUdpSocket sock : new NativeUdpSocket[] {leftSock, rightSock}) { in getNativeUdpSocketPair()501 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPair()512 SocketPair<NativeUdpSocket> sockets = in testNativeUdpSocketPairUnconnected()
155 SocketPair<NativeUdpSocket> sockets = in checkUnconnectedUdp()583 NativeUdpSocket wrappedEncapSocket, InetAddress localAddr) throws Exception { in checkIkePacket()586 try (NativeUdpSocket remoteSocket = new NativeUdpSocket(getBoundUdpSocket(localAddr))) { in checkIkePacket()627 NativeUdpSocket wrappedEncapSocket = in testIkeOverUdpEncapSocket()628 new NativeUdpSocket(encapSocket.getFileDescriptor()); in testIkeOverUdpEncapSocket()