Home
last modified time | relevance | path

Searched refs:natDestPayload (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3558 IkeNotifyPayload natDestPayload = null; in validateIkeInitResp() local
3592 if (natDestPayload != null) { in validateIkeInitResp()
3598 natDestPayload = notifyPayload; in validateIkeInitResp()
3661 handleNatDetection(respMsg, natSourcePayloads, natDestPayload); in validateIkeInitResp()
3668 IkeNotifyPayload natDestPayload) in handleNatDetection() argument
3670 if (!didPeerIncludeNattDetectionPayloads(natSourcePayloads, natDestPayload)) { in handleNatDetection()
3680 initIkeSpi, respIkeSpi, natSourcePayloads, natDestPayload); in handleNatDetection()
3744 List<IkeNotifyPayload> natSourcePayloads, IkeNotifyPayload natDestPayload) in didPeerIncludeNattDetectionPayloads() argument
3746 if (!natSourcePayloads.isEmpty() && natDestPayload != null) { in didPeerIncludeNattDetectionPayloads()
3748 } else if (natSourcePayloads.isEmpty() && natDestPayload == null) { in didPeerIncludeNattDetectionPayloads()
[all …]