Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DIpSecManager.java107 private final int mSpi; field in IpSecManager.SpiUnavailableException
118 mSpi = spi; in SpiUnavailableException()
123 return mSpi; in getSpi()
155 private int mSpi = INVALID_SECURITY_PARAMETER_INDEX; field in IpSecManager.SecurityParameterIndex
160 return mSpi; in getSpi()
223 mSpi = result.spi; in SecurityParameterIndex()
226 if (mSpi == INVALID_SECURITY_PARAMETER_INDEX) { in SecurityParameterIndex()
250 .append(mSpi) in toString()
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java597 private final SpiRecord mSpi; field in IpSecService.TransformRecord
604 mSpi = spi; in TransformRecord()
615 return mSpi; in getSpiRecord()
625 int spi = mSpi.getSpi(); in freeUnderlyingResources()
663 .append(mSpi.mResourceId) in toString()
679 private int mSpi; field in IpSecService.SpiRecord
687 mSpi = spi; in SpiRecord()
698 uid, mSourceAddress, mDestinationAddress, mSpi, 0 /* mark */, in freeUnderlyingResources()
705 mSpi = IpSecManager.INVALID_SECURITY_PARAMETER_INDEX; in freeUnderlyingResources()
711 return mSpi; in getSpi()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt43668 Landroid/net/IpSecManager$SecurityParameterIndex;->mSpi:I
43670 Landroid/net/IpSecManager$SpiUnavailableException;->mSpi:I