Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2310 #define sockDIGIT_COUNT ( 3U ) /**< Each nibble is expressed in at most 3 digits such as "192". … macro
2335 uint8_t pucDigits[ sockDIGIT_COUNT ]; in FreeRTOS_inet_ntoa()
2337 socklen_t uxSource = ( socklen_t ) sockDIGIT_COUNT - ( socklen_t ) 1U; in FreeRTOS_inet_ntoa()
2355 … for( uxSource = 0; uxSource < ( ( socklen_t ) sockDIGIT_COUNT - ( socklen_t ) 1U ); uxSource++ ) in FreeRTOS_inet_ntoa()
2363 for( ; uxSource < ( socklen_t ) sockDIGIT_COUNT; uxSource++ ) in FreeRTOS_inet_ntoa()