Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c3086 #define sockDIGIT_COUNT ( 3U ) /**< Each nibble is expressed in at most 3 digits such as "192". … macro
3111 uint8_t pucDigits[ sockDIGIT_COUNT ]; in FreeRTOS_inet_ntoa()
3113 socklen_t uxSource = ( socklen_t ) sockDIGIT_COUNT - ( socklen_t ) 1U; in FreeRTOS_inet_ntoa()
3131 … for( uxSource = 0; uxSource < ( ( socklen_t ) sockDIGIT_COUNT - ( socklen_t ) 1U ); uxSource++ ) in FreeRTOS_inet_ntoa()
3139 for( ; uxSource < ( socklen_t ) sockDIGIT_COUNT; uxSource++ ) in FreeRTOS_inet_ntoa()