Home
last modified time | relevance | path

Searched refs:ipSecAllocateSpi (Results 1 – 9 of 9) sorted by relevance

/system/netd/server/
DXfrmController.h207 static netdutils::Status ipSecAllocateSpi(int32_t transformId, const std::string& localAddress,
DNetdNativeService.h154 binder::Status ipSecAllocateSpi(
DNetdNativeService.cpp583 binder::Status NetdNativeService::ipSecAllocateSpi( in ipSecAllocateSpi() function in android::net::NetdNativeService
592 return asBinderStatus(gCtls->xfrmCtrl.ipSecAllocateSpi( in ipSecAllocateSpi()
DXfrmControllerTest.cpp279 Status res = ctrl.ipSecAllocateSpi(1 /* resourceId */, localAddr, in TEST_P()
DXfrmController.cpp488 netdutils::Status XfrmController::ipSecAllocateSpi(int32_t transformId, in ipSecAllocateSpi() function in android::net::XfrmController
/system/netd/server/aidl/netd/1/android/net/
DINetd.aidl22 …int ipSecAllocateSpi(int transformId, in @utf8InCpp String sourceAddress, in @utf8InCpp String des… in ipSecAllocateSpi() method
/system/netd/server/binder/android/net/
DINetd.aidl253 int ipSecAllocateSpi( in ipSecAllocateSpi() method
/system/netd/server/aidl/netd/2/android/net/
DINetd.aidl39 …int ipSecAllocateSpi(int transformId, in @utf8InCpp String sourceAddress, in @utf8InCpp String des… in ipSecAllocateSpi() method
/system/netd/tests/
Dbinder_test.cpp371 android::netdutils::Status status = XfrmController::ipSecAllocateSpi(0, "::", "::1", 123, spi); in allocateIpSecResources()