Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6_Sockets.c243 const BaseType_t xShortCount = 8; /* An IPv6 address consists of 8 shorts. */ in prv_ntop6_search_zeros() local
249 for( ; xIndex < xShortCount; xIndex++ ) in prv_ntop6_search_zeros()
265 if( ( usValue != 0U ) || ( xIndex == ( xShortCount - 1 ) ) ) in prv_ntop6_search_zeros()
298 const BaseType_t xShortCount = 8; /* An IPv6 address consists of 8 shorts. */ in prv_ntop6_write_zeros() local
305 if( ( pxSet->xIndex + pxSet->xZeroLength ) == xShortCount ) in prv_ntop6_write_zeros()