Searched refs:transformId (Results 1 – 5 of 5) sorted by relevance
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 214 int transformId, in ipSecAllocateSpi() argument 243 int transformId, in ipSecAddSecurityAssociation() argument 266 int transformId, in ipSecDeleteSecurityAssociation() argument 284 int transformId, in ipSecApplyTransportModeTransform() argument
|
/system/netd/server/ |
D | XfrmController.h | 82 int transformId; // requestId member 97 int ipSecAllocateSpi(int32_t transformId, int32_t direction, const std::string& localAddress, 101 int32_t transformId, int32_t mode, int32_t direction, const std::string& localAddress, 107 int ipSecDeleteSecurityAssociation(int32_t transformId, int32_t direction, 112 int32_t transformId, int32_t direction,
|
D | NetdNativeService.h | 68 int32_t transformId, 76 int32_t transformId, 95 int32_t transformId, 103 int32_t transformId,
|
D | XfrmController.cpp | 313 int XfrmController::ipSecAllocateSpi(int32_t transformId, int32_t direction, in ipSecAllocateSpi() argument 319 ALOGD("transformId=%d", transformId); in ipSecAllocateSpi() 353 int32_t transformId, int32_t mode, int32_t direction, const std::string& localAddress, in ipSecAddSecurityAssociation() argument 361 ALOGD("transformId=%d", transformId); in ipSecAddSecurityAssociation() 382 saInfo.transformId = transformId; in ipSecAddSecurityAssociation() 419 int XfrmController::ipSecDeleteSecurityAssociation(int32_t transformId, int32_t direction, in ipSecDeleteSecurityAssociation() argument 424 ALOGD("transformId=%d", transformId); in ipSecDeleteSecurityAssociation() 495 int32_t transformId, int32_t direction, in ipSecApplyTransportModeTransform() argument 500 ALOGD("transformId=%d", transformId); in ipSecApplyTransportModeTransform() 518 saInfo.transformId = transformId; in ipSecApplyTransportModeTransform() [all …]
|
D | NetdNativeService.cpp | 323 int32_t transformId, in ipSecAllocateSpi() argument 333 transformId, in ipSecAllocateSpi() 342 int32_t transformId, in ipSecAddSecurityAssociation() argument 359 transformId, mode, direction, localAddress, remoteAddress, in ipSecAddSecurityAssociation() 369 int32_t transformId, in ipSecDeleteSecurityAssociation() argument 378 transformId, in ipSecDeleteSecurityAssociation() 387 int32_t transformId, in ipSecApplyTransportModeTransform() argument 397 transformId, in ipSecApplyTransportModeTransform()
|