/system/netd/server/aidl/netd/1/android/net/ |
D | INetd.aidl | 22 …int ipSecAllocateSpi(int transformId, in @utf8InCpp String sourceAddress, in @utf8InCpp String des… in ipSecAllocateSpi() argument 23 …void ipSecAddSecurityAssociation(int transformId, int mode, in @utf8InCpp String sourceAddress, in… in ipSecAddSecurityAssociation() argument 24 …void ipSecDeleteSecurityAssociation(int transformId, in @utf8InCpp String sourceAddress, in @utf8I… in ipSecDeleteSecurityAssociation() argument 25 …scriptor socket, int transformId, int direction, in @utf8InCpp String sourceAddress, in @utf8InCpp… in ipSecApplyTransportModeTransform() argument
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 255 in @utf8InCpp String sourceAddress, in ipSecAllocateSpi() argument 291 in @utf8InCpp String sourceAddress, in ipSecAddSecurityAssociation() argument 318 in @utf8InCpp String sourceAddress, in ipSecDeleteSecurityAssociation() argument 339 in @utf8InCpp String sourceAddress, in ipSecApplyTransportModeTransform() argument
|
/system/netd/server/aidl/netd/2/android/net/ |
D | INetd.aidl | 39 …int ipSecAllocateSpi(int transformId, in @utf8InCpp String sourceAddress, in @utf8InCpp String des… in ipSecAllocateSpi() argument 40 …void ipSecAddSecurityAssociation(int transformId, int mode, in @utf8InCpp String sourceAddress, in… in ipSecAddSecurityAssociation() argument 41 …void ipSecDeleteSecurityAssociation(int transformId, in @utf8InCpp String sourceAddress, in @utf8I… in ipSecDeleteSecurityAssociation() argument 42 …scriptor socket, int transformId, int direction, in @utf8InCpp String sourceAddress, in @utf8InCpp… in ipSecApplyTransportModeTransform() argument
|
/system/netd/server/ |
D | XfrmController.cpp | 489 const std::string& sourceAddress, in ipSecAllocateSpi() argument 494 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecAllocateSpi() 499 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, INVALID_SPI, 0, 0, in ipSecAllocateSpi() 528 int32_t transformId, int32_t mode, const std::string& sourceAddress, in ipSecAddSecurityAssociation() argument 538 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecAddSecurityAssociation() 556 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecAddSecurityAssociation() 616 int32_t transformId, const std::string& sourceAddress, in ipSecDeleteSecurityAssociation() argument 621 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecDeleteSecurityAssociation() 629 netdutils::Status ret = fillXfrmCommonInfo(sourceAddress, destinationAddress, spi, markValue, in ipSecDeleteSecurityAssociation() 650 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo() argument [all …]
|
D | XfrmController.h | 212 int32_t transformId, int32_t mode, const std::string& sourceAddress, 222 const std::string& sourceAddress, 341 static netdutils::Status fillXfrmCommonInfo(const std::string& sourceAddress,
|
D | NetdNativeService.h | 162 int32_t transformId, int32_t mode, const std::string& sourceAddress, 172 const std::string& sourceAddress, 179 const std::string& sourceAddress,
|
D | NetdNativeService.cpp | 585 const std::string& sourceAddress, in ipSecAllocateSpi() argument 594 sourceAddress, in ipSecAllocateSpi() 601 int32_t transformId, int32_t mode, const std::string& sourceAddress, in ipSecAddSecurityAssociation() argument 612 transformId, mode, sourceAddress, destinationAddress, underlyingNetId, spi, markValue, in ipSecAddSecurityAssociation() 619 int32_t transformId, const std::string& sourceAddress, in ipSecDeleteSecurityAssociation() argument 626 transformId, sourceAddress, destinationAddress, spi, markValue, markMask, interfaceId)); in ipSecDeleteSecurityAssociation() 631 const std::string& sourceAddress, const std::string& destinationAddress, int32_t spi) { in ipSecApplyTransportModeTransform() argument 636 socket.get(), transformId, direction, sourceAddress, destinationAddress, spi)); in ipSecApplyTransportModeTransform()
|