Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3557 List<IkeNotifyPayload> natSourcePayloads = new LinkedList<>(); in validateIkeInitResp() local
3589 natSourcePayloads.add(notifyPayload); in validateIkeInitResp()
3661 handleNatDetection(respMsg, natSourcePayloads, natDestPayload); in validateIkeInitResp()
3667 List<IkeNotifyPayload> natSourcePayloads, 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()
3760 List<IkeNotifyPayload> natSourcePayloads, in isLocalOrRemoteNatDetected() argument
[all …]