Lines Matching refs:LengthInBytes
1748 size_t LengthInBytes; in EslTcp4RxComplete() local
1780 LengthInBytes = pPacket->Op.Tcp4Rx.RxData.DataLength; in EslTcp4RxComplete()
1781 pPacket->ValidBytes = LengthInBytes; in EslTcp4RxComplete()
1792 EslSocketRxComplete ( pIo, Status, LengthInBytes, bUrgent ); in EslTcp4RxComplete()
2136 UINT32 LengthInBytes; in EslTcp4TxComplete() local
2154 LengthInBytes = pPacket->Op.Tcp4Tx.TxData.DataLength; in EslTcp4TxComplete()
2155 pSocket->TxBytes -= LengthInBytes; in EslTcp4TxComplete()
2162 LengthInBytes, in EslTcp4TxComplete()
2193 UINT32 LengthInBytes; in EslTcp4TxOobComplete() local
2211 LengthInBytes = pPacket->Op.Tcp4Tx.TxData.DataLength; in EslTcp4TxOobComplete()
2212 pSocket->TxOobBytes -= LengthInBytes; in EslTcp4TxOobComplete()
2219 LengthInBytes, in EslTcp4TxOobComplete()