Searched refs:TxBytes (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c569 pContext->TxBytes = 2;
628 pContext->TxBytes += pOack - pTemp;
666 pContext->TxBytes += pOack - pTemp;
701 pContext->TxBytes += pOack - pTemp;
1022 if ( 2 < pContext->TxBytes ) {
1137 pContext->TxBytes = pBuffer - &pContext->TxBuffer[0];
1189 pContext->TxBytes = 2 + 2 + LengthInBytes;
1432 pContext->TxBytes ));
1435 pContext->TxBytes,
H A DTftpServer.h163 ssize_t TxBytes; ///< Bytes in the TX buffer member in struct:_TSDT_CONNECTION_CONTEXT
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/WebServer/
H A DHTTP.c129 pPort->TxBytes,
136 pPort->TxBytes -= LengthInBytes;
145 } while ( 0 < pPort->TxBytes );
670 DataBytes = MaxBytes - pPort->TxBytes;
678 CopyMem ( &pPort->TxBuffer[ pPort->TxBytes ],
685 pPort->TxBytes += DataBytes;
691 if ( MaxBytes <= pPort->TxBytes ) {
H A DWebServer.c198 pPort->TxBytes = 0;
H A DWebServer.h156 size_t TxBytes; ///< Bytes in the TX buffer member in struct:__anon9949
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DUdp4.c807 pTxBytes = &pSocket->TxBytes;
999 pSocket->TxBytes -= LengthInBytes;
H A DSocket.h908 size_t TxBytes; ///< Normal Tx bytes member in struct:_ESL_SOCKET
H A DIp4.c998 pTxBytes = &pSocket->TxBytes;
1207 pSocket->TxBytes -= LengthInBytes;
H A DTcp4.c1956 pTxBytes = &pSocket->TxBytes;
2144 pSocket->TxBytes -= LengthInBytes;
H A DSocket.c3309 if (( MAX_TX_DATA > pSocket->TxBytes )

Completed in 487 milliseconds