Searched refs:ipSecAllocateSpi (Results 1 – 9 of 9) sorted by relevance
/system/netd/server/ |
D | XfrmController.h | 207 static netdutils::Status ipSecAllocateSpi(int32_t transformId, const std::string& localAddress,
|
D | NetdNativeService.h | 154 binder::Status ipSecAllocateSpi(
|
D | NetdNativeService.cpp | 583 binder::Status NetdNativeService::ipSecAllocateSpi( in ipSecAllocateSpi() function in android::net::NetdNativeService 592 return asBinderStatus(gCtls->xfrmCtrl.ipSecAllocateSpi( in ipSecAllocateSpi()
|
D | XfrmControllerTest.cpp | 279 Status res = ctrl.ipSecAllocateSpi(1 /* resourceId */, localAddr, in TEST_P()
|
D | XfrmController.cpp | 488 netdutils::Status XfrmController::ipSecAllocateSpi(int32_t transformId, in ipSecAllocateSpi() function in android::net::XfrmController
|
/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() method
|
/system/netd/server/binder/android/net/ |
D | INetd.aidl | 253 int ipSecAllocateSpi( in ipSecAllocateSpi() method
|
/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() method
|
/system/netd/tests/ |
D | binder_test.cpp | 371 android::netdutils::Status status = XfrmController::ipSecAllocateSpi(0, "::", "::1", 123, spi); in allocateIpSecResources()
|