Searched refs:natDestPayload (Results 1 – 1 of 1) sorted by relevance
3558 IkeNotifyPayload natDestPayload = null; in validateIkeInitResp() local3592 if (natDestPayload != null) { in validateIkeInitResp()3598 natDestPayload = notifyPayload; in validateIkeInitResp()3661 handleNatDetection(respMsg, natSourcePayloads, natDestPayload); in validateIkeInitResp()3668 IkeNotifyPayload natDestPayload) 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()[all …]