Searched refs:xExpectedLength (Results 1 – 1 of 1) sorted by relevance
633 size_t xExpectedLength; in prvRemoveTrailingBytes() local638 …xExpectedLength = sizeof( EthernetHeader_t ) + ( size_t ) FreeRTOS_htons( pxIPPacket->xIPHeader.us… in prvRemoveTrailingBytes()640 if( xExpectedLength == ( pxDescriptor->xDataLength + 4 ) ) in prvRemoveTrailingBytes()646 if( pxDescriptor->xDataLength > xExpectedLength ) in prvRemoveTrailingBytes()648 pxDescriptor->xDataLength = ( size_t ) xExpectedLength; in prvRemoveTrailingBytes()