Home
last modified time | relevance | path

Searched refs:sourceAddress (Results 1 – 7 of 7) sorted by relevance

/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl22 …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/
DINetd.aidl255 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/
DINetd.aidl39 …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/
DXfrmController.cpp489 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 …]
DXfrmController.h212 int32_t transformId, int32_t mode, const std::string& sourceAddress,
222 const std::string& sourceAddress,
341 static netdutils::Status fillXfrmCommonInfo(const std::string& sourceAddress,
DNetdNativeService.h162 int32_t transformId, int32_t mode, const std::string& sourceAddress,
172 const std::string& sourceAddress,
179 const std::string& sourceAddress,
DNetdNativeService.cpp585 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()