Home
last modified time | relevance | path

Searched defs:sourceAddress (Results 1 – 5 of 5) 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()
23 …void ipSecAddSecurityAssociation(int transformId, int mode, in @utf8InCpp String sourceAddress, in… in ipSecAddSecurityAssociation()
24 …void ipSecDeleteSecurityAssociation(int transformId, in @utf8InCpp String sourceAddress, in @utf8I… in ipSecDeleteSecurityAssociation()
25 …rcelFileDescriptor socket, int transformId, int direction, in @utf8InCpp String sourceAddress, in … in ipSecApplyTransportModeTransform()
/system/netd/server/binder/android/net/
DINetd.aidl255 in @utf8InCpp String sourceAddress, in ipSecAllocateSpi()
291 in @utf8InCpp String sourceAddress, in ipSecAddSecurityAssociation()
318 in @utf8InCpp String sourceAddress, in ipSecDeleteSecurityAssociation()
339 in @utf8InCpp String sourceAddress, in ipSecApplyTransportModeTransform()
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl39 …int ipSecAllocateSpi(int transformId, in @utf8InCpp String sourceAddress, in @utf8InCpp String des… in ipSecAllocateSpi()
40 …void ipSecAddSecurityAssociation(int transformId, int mode, in @utf8InCpp String sourceAddress, in… in ipSecAddSecurityAssociation()
41 …void ipSecDeleteSecurityAssociation(int transformId, in @utf8InCpp String sourceAddress, in @utf8I… in ipSecDeleteSecurityAssociation()
42 …rcelFileDescriptor socket, int transformId, int direction, in @utf8InCpp String sourceAddress, in … in ipSecApplyTransportModeTransform()
/system/netd/server/
DXfrmController.cpp489 const std::string& sourceAddress, in ipSecAllocateSpi()
528 int32_t transformId, int32_t mode, const std::string& sourceAddress, in ipSecAddSecurityAssociation()
616 int32_t transformId, const std::string& sourceAddress, in ipSecDeleteSecurityAssociation()
650 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo()
699 int socketFd, int32_t transformId, int32_t direction, const std::string& sourceAddress, in ipSecApplyTransportModeTransform()
DNetdNativeService.cpp585 const std::string& sourceAddress, in ipSecAllocateSpi()
601 int32_t transformId, int32_t mode, const std::string& sourceAddress, in ipSecAddSecurityAssociation()
619 int32_t transformId, const std::string& sourceAddress, in ipSecDeleteSecurityAssociation()
631 const std::string& sourceAddress, const std::string& destinationAddress, int32_t spi) { in ipSecApplyTransportModeTransform()