Searched refs:natSourcePayloads (Results 1 – 1 of 1) sorted by relevance
3557 List<IkeNotifyPayload> natSourcePayloads = new LinkedList<>(); in validateIkeInitResp() local3589 natSourcePayloads.add(notifyPayload); in validateIkeInitResp()3661 handleNatDetection(respMsg, natSourcePayloads, natDestPayload); in validateIkeInitResp()3667 List<IkeNotifyPayload> natSourcePayloads, in handleNatDetection() argument3670 if (!didPeerIncludeNattDetectionPayloads(natSourcePayloads, natDestPayload)) { in handleNatDetection()3680 initIkeSpi, respIkeSpi, natSourcePayloads, natDestPayload); in handleNatDetection()3744 List<IkeNotifyPayload> natSourcePayloads, IkeNotifyPayload natDestPayload) in didPeerIncludeNattDetectionPayloads() argument3746 if (!natSourcePayloads.isEmpty() && natDestPayload != null) { in didPeerIncludeNattDetectionPayloads()3748 } else if (natSourcePayloads.isEmpty() && natDestPayload == null) { in didPeerIncludeNattDetectionPayloads()3760 List<IkeNotifyPayload> natSourcePayloads, in isLocalOrRemoteNatDetected() argument[all …]