Searched refs:TxBytes (Results 1 – 12 of 12) sorted by relevance
120 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()
186 pPort->TxBytes = 0; in PortAdd()
173 size_t TxBytes; ///< Bytes in the TX buffer member
417 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()
159 ssize_t TxBytes; ///< Bytes in the TX buffer member
800 pTxBytes = &pSocket->TxBytes; in EslUdp4TxBuffer()1003 pSocket->TxBytes -= LengthInBytes; in EslUdp4TxComplete()
937 pTxBytes = &pSocket->TxBytes; in EslIp4TxBuffer()1151 pSocket->TxBytes -= LengthInBytes; in EslIp4TxComplete()
845 pTxBytes = &pSocket->TxBytes; in EslUdp6TxBuffer()1055 pSocket->TxBytes -= LengthInBytes; in EslUdp6TxComplete()
1032 size_t TxBytes; ///< Normal Tx bytes member
1967 pTxBytes = &pSocket->TxBytes; in EslTcp4TxBuffer()2155 pSocket->TxBytes -= LengthInBytes; in EslTcp4TxComplete()
2036 pTxBytes = &pSocket->TxBytes; in EslTcp6TxBuffer()2224 pSocket->TxBytes -= LengthInBytes; in EslTcp6TxComplete()
3422 if (( MAX_TX_DATA > pSocket->TxBytes ) in EslSocketPoll()