Home
last modified time | relevance | path

Searched defs:sourceAddress (Results 1 – 8 of 8) sorted by relevance

/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/current/android/net/
DINetd.aidl40 …int ipSecAllocateSpi(int transformId, in @utf8InCpp String sourceAddress, in @utf8InCpp String des… in ipSecAllocateSpi()
41 …void ipSecAddSecurityAssociation(int transformId, int mode, in @utf8InCpp String sourceAddress, in… in ipSecAddSecurityAssociation()
42 …void ipSecDeleteSecurityAssociation(int transformId, in @utf8InCpp String sourceAddress, in @utf8I… in ipSecDeleteSecurityAssociation()
43 …rcelFileDescriptor socket, int transformId, int direction, in @utf8InCpp String sourceAddress, in … in ipSecApplyTransportModeTransform()
/system/netd/server/binder/android/net/
DINetd.aidl259 in @utf8InCpp String sourceAddress, in ipSecAllocateSpi()
295 in @utf8InCpp String sourceAddress, in ipSecAddSecurityAssociation()
322 in @utf8InCpp String sourceAddress, in ipSecDeleteSecurityAssociation()
343 in @utf8InCpp String sourceAddress, in ipSecApplyTransportModeTransform()
/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
DINetd.aidl40 …int ipSecAllocateSpi(int transformId, in @utf8InCpp String sourceAddress, in @utf8InCpp String des… in ipSecAllocateSpi()
41 …void ipSecAddSecurityAssociation(int transformId, int mode, in @utf8InCpp String sourceAddress, in… in ipSecAddSecurityAssociation()
42 …void ipSecDeleteSecurityAssociation(int transformId, in @utf8InCpp String sourceAddress, in @utf8I… in ipSecDeleteSecurityAssociation()
43 …rcelFileDescriptor socket, int transformId, int direction, in @utf8InCpp String sourceAddress, in … in ipSecApplyTransportModeTransform()
/system/netd/server/aidl_api/netd_aidl_interface/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/aidl_api/netd_aidl_interface/3/android/net/
DINetd.aidl40 …int ipSecAllocateSpi(int transformId, in @utf8InCpp String sourceAddress, in @utf8InCpp String des… in ipSecAllocateSpi()
41 …void ipSecAddSecurityAssociation(int transformId, int mode, in @utf8InCpp String sourceAddress, in… in ipSecAddSecurityAssociation()
42 …void ipSecDeleteSecurityAssociation(int transformId, in @utf8InCpp String sourceAddress, in @utf8I… in ipSecDeleteSecurityAssociation()
43 …rcelFileDescriptor socket, int transformId, int direction, in @utf8InCpp String sourceAddress, in … in ipSecApplyTransportModeTransform()
/system/netd/server/
DXfrmController.cpp488 const std::string& sourceAddress, in ipSecAllocateSpi()
527 int32_t transformId, int32_t mode, const std::string& sourceAddress, in ipSecAddSecurityAssociation()
615 int32_t transformId, const std::string& sourceAddress, in ipSecDeleteSecurityAssociation()
649 netdutils::Status XfrmController::fillXfrmCommonInfo(const std::string& sourceAddress, in fillXfrmCommonInfo()
698 int socketFd, int32_t transformId, int32_t direction, const std::string& sourceAddress, in ipSecApplyTransportModeTransform()
DNetdNativeService.cpp608 const std::string& sourceAddress, in ipSecAllocateSpi()
623 int32_t transformId, int32_t mode, const std::string& sourceAddress, in ipSecAddSecurityAssociation()
640 int32_t transformId, const std::string& sourceAddress, in ipSecDeleteSecurityAssociation()
651 const std::string& sourceAddress, const std::string& destinationAddress, int32_t spi) { in ipSecApplyTransportModeTransform()