Searched refs:BytesReceived (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobRx/ |
H A D | OobRx.c | 35 ssize_t BytesReceived; local 153 BytesReceived = recv ( a, &mBuffer[0], sizeof ( mBuffer ), MSG_OOB ); 154 RetVal = (UINT32)BytesReceived; 155 if ( 0 < BytesReceived ) { 159 printf ( "%5Ld OOB bytes received\r\n", (UINT64)BytesReceived ); 169 else if ( -1 == BytesReceived ) { 186 BytesReceived = recv ( a, &mBuffer[0], sizeof ( mBuffer ), 0 ); 187 RetVal = (UINT32)BytesReceived; 188 if ( 0 < BytesReceived ) { 192 printf ( "%4Ld bytes received\r\n", (UINT64)BytesReceived ); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/RawIp4Rx/ |
H A D | RawIp4Rx.c | 34 ssize_t BytesReceived; local 103 BytesReceived = recvfrom ( s, 109 RetVal = (UINT32)BytesReceived; 110 if ( 0 < BytesReceived ) { 117 (UINT32)BytesReceived, 143 TotalBytesReceived += BytesReceived; 152 else if ( -1 == BytesReceived ) {
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSink/ |
H A D | DataSink.c | 270 size_t BytesReceived; local 471 BytesReceived = read ( PollFd[ Index ].fd, 474 if ( 0 < BytesReceived ) { 481 BytesReceived, 496 Port[ Index ].BytesTotal += BytesReceived; 503 else if ( -1 == BytesReceived ) { 609 UINT64 BytesReceived; local 626 BytesReceived = Port[ Index ].BytesTotal; 628 && ( 0 != BytesReceived )) { 634 DeltaBytes = BytesReceived [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | lmstats.h | 39 LARGE_INTEGER BytesReceived; member in struct:_STAT_WORKSTATION_0
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | lmstats.h | 39 LARGE_INTEGER BytesReceived; member in struct:_STAT_WORKSTATION_0
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 2328 LONG64 BytesReceived = 0; local 2345 CHECK_ERROR_RET(vrdeServerInfo, COMGETTER(BytesReceived)(&BytesReceived), rc); 2396 ThroughputReceive = (BytesReceived * 1000) / (EndTime - BeginTime); 2405 RTPrintf("VRDEBytesReceived=%lld\n", BytesReceived); 2415 RTPrintf("Received: %lld Bytes\n", BytesReceived);
|
/vbox/src/VBox/Main/include/ |
H A D | ConsoleVRDPServer.h | 397 DECL_GETTER(LONG64, BytesReceived);
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleVRDPServer.cpp | 4191 IMPL_GETTER_SCALAR (LONG64, BytesReceived, VRDE_QI_BYTES_RECEIVED, INT64_MAX);
|
Completed in 728 milliseconds