Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2181 const uint16_t usEphemeralPortCount = in prvGetPrivatePortNumber() local
2183 uint16_t usIterations = usEphemeralPortCount; in prvGetPrivatePortNumber()
2215 ( ( ( uint16_t ) ulRandomSeed ) % usEphemeralPortCount ); in prvGetPrivatePortNumber()