Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionController.java851 public void handleNatDetectionResultInIkeInit(boolean isNatDetected, long localSpi) in handleNatDetectionResultInIkeInit() argument
853 if (!isNatDetected) { in handleNatDetectionResultInIkeInit()
881 public void handleNatDetectionResultInMobike(boolean isNatDetected) throws IkeException { in handleNatDetectionResultInMobike() argument
882 if (!isNatDetected) { in handleNatDetectionResultInMobike()
919 public void setNatDetected(boolean isNatDetected) { in setNatDetected() argument
920 if (!isNatDetected) { in setNatDetected()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3678 boolean isNatDetected = in handleNatDetection()
3683 mIkeConnectionCtrl.handleNatDetectionResultInIkeInit(isNatDetected, initIkeSpi); in handleNatDetection()
5979 boolean isNatDetected = in handleNatDetection()
5985 mIkeConnectionCtrl.handleNatDetectionResultInMobike(isNatDetected); in handleNatDetection()