Home
last modified time | relevance | path

Searched refs:TxBytes (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
DHTTP.c120 pPort->TxBytes, in HttpFlush()
127 pPort->TxBytes -= LengthInBytes; in HttpFlush()
136 } while ( 0 < pPort->TxBytes ); in HttpFlush()
662 DataBytes = MaxBytes - pPort->TxBytes; in HttpSend()
670 CopyMem ( &pPort->TxBuffer[ pPort->TxBytes ], in HttpSend()
677 pPort->TxBytes += DataBytes; in HttpSend()
683 if ( MaxBytes <= pPort->TxBytes ) { in HttpSend()
DWebServer.c186 pPort->TxBytes = 0; in PortAdd()
DWebServer.h173 size_t TxBytes; ///< Bytes in the TX buffer member
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
DTftpServer.c417 pPacket->TxBytes = (ssize_t)( 2 + 2 + LengthInBytes ); in PacketFill()
667 pPacket->TxBytes )); in PacketTx()
682 pPacket->TxBytes, in PacketTx()
881 pPacket->TxBytes = pBuffer - &pPacket->TxBuffer[ 0 ]; in SendError()
1281 pPacket->TxBytes = 2; in TftpOptions()
1341 pPacket->TxBytes += pOack - pTemp; in TftpOptions()
1379 pPacket->TxBytes += pOack - pTemp; in TftpOptions()
1414 pPacket->TxBytes += pOack - pTemp; in TftpOptions()
1437 if ( 2 < pPacket->TxBytes ) { in TftpOptions()
DTftpServer.h159 ssize_t TxBytes; ///< Bytes in the TX buffer member
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DUdp4.c800 pTxBytes = &pSocket->TxBytes; in EslUdp4TxBuffer()
1003 pSocket->TxBytes -= LengthInBytes; in EslUdp4TxComplete()
DIp4.c937 pTxBytes = &pSocket->TxBytes; in EslIp4TxBuffer()
1151 pSocket->TxBytes -= LengthInBytes; in EslIp4TxComplete()
DUdp6.c845 pTxBytes = &pSocket->TxBytes; in EslUdp6TxBuffer()
1055 pSocket->TxBytes -= LengthInBytes; in EslUdp6TxComplete()
DSocket.h1032 size_t TxBytes; ///< Normal Tx bytes member
DTcp4.c1967 pTxBytes = &pSocket->TxBytes; in EslTcp4TxBuffer()
2155 pSocket->TxBytes -= LengthInBytes; in EslTcp4TxComplete()
DTcp6.c2036 pTxBytes = &pSocket->TxBytes; in EslTcp6TxBuffer()
2224 pSocket->TxBytes -= LengthInBytes; in EslTcp6TxComplete()
DSocket.c3422 if (( MAX_TX_DATA > pSocket->TxBytes ) in EslSocketPoll()