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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RawIp4Tx/
H A DRawIp4Tx.c35 ssize_t BytesTransmitted; local
119 BytesTransmitted = sendto ( s,
125 if ( -1 == BytesTransmitted ) {
130 BytesSent += (UINT32)BytesTransmitted;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobTx/
H A DOobTx.c36 ssize_t BytesTransmitted; local
155 BytesTransmitted = send ( s,
159 if ( -1 == BytesTransmitted ) {
164 BytesSent += (UINT32)BytesTransmitted;
181 BytesTransmitted = send ( s,
185 if ( -1 == BytesTransmitted ) {
190 BytesSent += (UINT32)BytesTransmitted;
205 BytesTransmitted = send ( s,
209 if ( -1 == BytesTransmitted ) {
214 BytesSent += (UINT32)BytesTransmitted;
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dlmstats.h45 LARGE_INTEGER BytesTransmitted; member in struct:_STAT_WORKSTATION_0
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dlmstats.h45 LARGE_INTEGER BytesTransmitted; member in struct:_STAT_WORKSTATION_0

Completed in 320 milliseconds