Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c83 #if !defined( socketAUTO_PORT_ALLOCATION_START_NUMBER )
84 #define socketAUTO_PORT_ALLOCATION_START_NUMBER ( ( uint16_t ) 0x0400 ) macro
2959 …socketAUTO_PORT_ALLOCATION_MAX_NUMBER - ( uint16_t ) ( socketAUTO_PORT_ALLOCATION_START_NUMBER - 1… in prvGetPrivatePortNumber()
2990 usResult = ( uint16_t ) ( socketAUTO_PORT_ALLOCATION_START_NUMBER + in prvGetPrivatePortNumber()