Searched refs:wrappedEncapSocket (Results 1 – 1 of 1) sorted by relevance
609 NativeUdpSocket wrappedEncapSocket, InetAddress localAddr) throws Exception { in checkIkePacket() argument622 remoteSocket.sendTo(dataWithEspHeader, localAddr, wrappedEncapSocket.getPort()); in checkIkePacket()623 byte[] in = wrappedEncapSocket.receive(); in checkIkePacket()627 wrappedEncapSocket.sendTo(dataWithEspHeader, localAddr, remoteSocket.getPort()); in checkIkePacket()654 NativeUdpSocket wrappedEncapSocket = in testIkeOverUdpEncapSocket() local656 checkIkePacket(wrappedEncapSocket, local); in testIkeOverUdpEncapSocket()673 checkIkePacket(wrappedEncapSocket, local); in testIkeOverUdpEncapSocket()