Searched refs:maxSpi (Results 1 – 2 of 2) sorted by relevance
/system/netd/server/ |
D | XfrmController.cpp | 511 int minSpi = RAND_SPI_MIN, maxSpi = RAND_SPI_MAX; in ipSecAllocateSpi() local 514 minSpi = maxSpi = inSpi; in ipSecAllocateSpi() 516 ret = allocateSpi(saInfo, minSpi, maxSpi, reinterpret_cast<uint32_t*>(outSpi), sock); in ipSecAllocateSpi() 1196 uint32_t maxSpi, uint32_t* outSpi, in allocateSpi() argument 1216 RandomSpi spiGen = RandomSpi(minSpi, maxSpi); in allocateSpi()
|
D | XfrmController.h | 411 static netdutils::Status allocateSpi(const XfrmSaInfo& record, uint32_t minSpi, uint32_t maxSpi,
|