Searched refs:isNatDetected (Results 1 – 2 of 2) sorted by relevance
851 public void handleNatDetectionResultInIkeInit(boolean isNatDetected, long localSpi) in handleNatDetectionResultInIkeInit() argument853 if (!isNatDetected) { in handleNatDetectionResultInIkeInit()881 public void handleNatDetectionResultInMobike(boolean isNatDetected) throws IkeException { in handleNatDetectionResultInMobike() argument882 if (!isNatDetected) { in handleNatDetectionResultInMobike()919 public void setNatDetected(boolean isNatDetected) { in setNatDetected() argument920 if (!isNatDetected) { in setNatDetected()
3678 boolean isNatDetected = in handleNatDetection()3683 mIkeConnectionCtrl.handleNatDetectionResultInIkeInit(isNatDetected, initIkeSpi); in handleNatDetection()5979 boolean isNatDetected = in handleNatDetection()5985 mIkeConnectionCtrl.handleNatDetectionResultInMobike(isNatDetected); in handleNatDetection()