Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_dump_packets.c654 size_t uxLast = uxOffset + dumpBYTES_PER_ROW; in vActualDump() local
657 if( uxLast > uxLength ) in vActualDump()
659 uxLast = uxLength; in vActualDump()
662 while( uxOffset < uxLast ) in vActualDump()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_RA.c273 const size_t uxLast = pxNetworkBuffer->xDataLength - uxNeededSize; in vReceiveRA_ReadReply() local
277 while( ( uxIndex + 1U ) < uxLast ) in vReceiveRA_ReadReply()
290 if( uxLast < ( uxIndex + uxLength ) ) in vReceiveRA_ReadReply()
292 …"RA: Not enough bytes ( %u > %u )\n", ( unsigned ) ( uxIndex + uxLength ), ( unsigned ) uxLast ) ); in vReceiveRA_ReadReply()