Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6_Sockets.c201 size_t uxNibble; in uxHexPrintShort() local
206 for( uxNibble = 0; uxNibble < uxNibbleCount; uxNibble++ ) in uxHexPrintShort()
215 if( ( xHadNonZero != pdFALSE ) || ( uxNibble == ( uxNibbleCount - 1U ) ) ) in uxHexPrintShort()
DFreeRTOS_Sockets.c3104 socklen_t uxNibble; in FreeRTOS_inet_ntoa() local
3109 for( uxNibble = 0; uxNibble < ipSIZE_OF_IPv4_ADDRESS; uxNibble++ ) in FreeRTOS_inet_ntoa()
3112 uint8_t ucValue = pucAddress[ uxNibble ]; in FreeRTOS_inet_ntoa()
3145 if( uxNibble < ( ipSIZE_OF_IPv4_ADDRESS - 1U ) ) in FreeRTOS_inet_ntoa()
3312 size_t uxNibble; in FreeRTOS_EUI48_ntop() local
3319 for( uxNibble = 0; uxNibble < 2U; uxNibble++ ) in FreeRTOS_EUI48_ntop()
3324 if( uxNibble == 0U ) in FreeRTOS_EUI48_ntop()