Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2328 socklen_t uxNibble; in FreeRTOS_inet_ntoa() local
2333 for( uxNibble = 0; uxNibble < ipSIZE_OF_IPv4_ADDRESS; uxNibble++ ) in FreeRTOS_inet_ntoa()
2336 uint8_t ucValue = pucAddress[ uxNibble ]; in FreeRTOS_inet_ntoa()
2369 if( uxNibble < ( ipSIZE_OF_IPv4_ADDRESS - 1U ) ) in FreeRTOS_inet_ntoa()
2556 size_t uxNibble; in FreeRTOS_EUI48_ntop() local
2563 for( uxNibble = 0; uxNibble < 2U; uxNibble++ ) in FreeRTOS_EUI48_ntop()
2568 if( uxNibble == 0U ) in FreeRTOS_EUI48_ntop()