Searched refs:requestedSpi (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/net/ |
D | IIpSecService.aidl | 36 in String destinationAddress, int requestedSpi, in IBinder binder); in allocateSecurityParameterIndex() argument
|
D | IpSecManager.java | 312 @NonNull InetAddress destinationAddress, int requestedSpi) in allocateSecurityParameterIndex() argument 314 if (requestedSpi == IpSecManager.INVALID_SECURITY_PARAMETER_INDEX) { in allocateSecurityParameterIndex() 318 return new SecurityParameterIndex(mService, destinationAddress, requestedSpi); in allocateSecurityParameterIndex()
|
/frameworks/base/services/core/java/com/android/server/ |
D | IpSecService.java | 1098 String destinationAddress, int requestedSpi, IBinder binder) throws RemoteException { in allocateSecurityParameterIndex() argument 1101 if (requestedSpi > 0 && requestedSpi < 256) { in allocateSecurityParameterIndex() 1120 .ipSecAllocateSpi(callingUid, "", destinationAddress, requestedSpi); in allocateSecurityParameterIndex()
|