Searched refs:xExpectedLength (Results 1 – 1 of 1) sorted by relevance
622 size_t xExpectedLength; in prvRemoveTrailingBytes() local627 …xExpectedLength = sizeof( EthernetHeader_t ) + ( size_t ) FreeRTOS_htons( pxIPPacket->xIPHeader.us… in prvRemoveTrailingBytes()629 if( xExpectedLength == ( pxDescriptor->xDataLength + 4 ) ) in prvRemoveTrailingBytes()635 if( pxDescriptor->xDataLength > xExpectedLength ) in prvRemoveTrailingBytes()637 pxDescriptor->xDataLength = ( size_t ) xExpectedLength; in prvRemoveTrailingBytes()