Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP.h228 #define FreeRTOS_htonl( ulIn ) \ argument
232 ( ( ( ( uint32_t ) ( ulIn ) ) ) << 24 ) | \
233 ( ( ( ( uint32_t ) ( ulIn ) ) & 0x0000ff00U ) << 8 ) | \
234 ( ( ( ( uint32_t ) ( ulIn ) ) & 0x00ff0000U ) >> 8 ) | \
235 ( ( ( ( uint32_t ) ( ulIn ) ) ) >> 24 ) \