Home
last modified time | relevance | path

Searched refs:outSpi (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DXfrmController.h98 const std::string& remoteAddress, int32_t inSpi, int32_t* outSpi);
209 uint32_t* outSpi, const XfrmSocket& sock);
DXfrmController.cpp316 int32_t* outSpi) { in ipSecAllocateSpi() argument
343 ret = allocateSpi(saInfo, minSpi, maxSpi, reinterpret_cast<uint32_t*>(outSpi), sock); in ipSecAllocateSpi()
346 *outSpi = INVALID_SPI; in ipSecAllocateSpi()
683 uint32_t* outSpi, const XfrmSocket& sock) { in allocateSpi() argument
714 *outSpi = spi; in allocateSpi()
715 ALOGD("Allocated an SPI: %d", *outSpi); in allocateSpi()
717 *outSpi = INVALID_SPI; in allocateSpi()
DNetdNativeService.h73 int32_t* outSpi);
DNetdNativeService.cpp328 int32_t* outSpi) { in ipSecAllocateSpi() argument
338 outSpi)); in ipSecAllocateSpi()