Searched refs:uxNibble (Results 1 – 1 of 1) sorted by relevance
2328 socklen_t uxNibble; in FreeRTOS_inet_ntoa() local2333 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() local2563 for( uxNibble = 0; uxNibble < 2U; uxNibble++ ) in FreeRTOS_EUI48_ntop()2568 if( uxNibble == 0U ) in FreeRTOS_EUI48_ntop()