Searched refs:RxBytes (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c254 pTftpServer->RxBytes = recvfrom ( pTftpServer->TftpPort.fd,
260 if ( -1 != pTftpServer->RxBytes ) {
264 pTftpServer->RxBytes,
849 if ( pTftpServer->RxBytes > (ssize_t)( pContext->BlockSize + 2 + 2 )) {
852 pTftpServer->RxBytes - 2 - 2,
925 pEnd = &pBuffer[pTftpServer->RxBytes];
H A DTftpServer.h190 ssize_t RxBytes; ///< Receive data length in bytes member in struct:__anon9942
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.c3285 if (( 0 < pSocket->RxBytes )
3728 pSocket->pApi->pfnPacketFree ( pPacket, &pSocket->RxBytes );
3732 ASSERT ( 0 == pSocket->RxBytes );
4386 pRxDataBytes = &pSocket->RxBytes;
4454 && ( MAX_RX_DATA > pSocket->RxBytes )) {
4751 pRxBytes = &pSocket->RxBytes;
4792 if ( pSocket->MaxRxBuf > pSocket->RxBytes ) {
4799 pSocket->RxBytes ));
H A DSocket.h903 size_t RxBytes; ///< Total Rx bytes member in struct:_ESL_SOCKET

Completed in 1354 milliseconds