Searched defs:TransmittedDuring (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/OobRx/
H A DOobRx.c45 UINT32 TransmittedDuring; local
146 TransmittedDuring = 0;
167 pTransmittedBytes = &TransmittedDuring;
217 if ( 0 != TransmittedDuring ) {
218 printf ( "Bytes during OOB: %8d\r\n", TransmittedDuring );
224 + TransmittedDuring

Completed in 41 milliseconds