EFI_NETWORK_STATISTICS Struct Reference


Data Fields

UINT64 RxTotalFrames
UINT64 RxGoodFrames
UINT64 RxUndersizeFrames
UINT64 RxOversizeFrames
UINT64 RxDroppedFrames
UINT64 RxUnicastFrames
UINT64 RxBroadcastFrames
UINT64 RxMulticastFrames
UINT64 RxCrcErrorFrames
UINT64 RxTotalBytes
UINT64 TxTotalFrames
UINT64 TxGoodFrames
UINT64 TxUndersizeFrames
UINT64 TxOversizeFrames
UINT64 TxDroppedFrames
UINT64 TxUnicastFrames
UINT64 TxBroadcastFrames
UINT64 TxMulticastFrames
UINT64 TxCrcErrorFrames
UINT64 TxTotalBytes
UINT64 Collisions
UINT64 UnsupportedProtocol

Detailed Description

Simple Network Protocol data structures.

Field Documentation

Number of collisions detection on this subnet.

Number of valid broadcast frames received and not dropped.

Number of frames w/ CRC or alignment errors.

Valid frames that were dropped because receive buffers were full.

Number of valid frames received and copied into receive buffers.

Number of valid mutlicast frames received and not dropped.

Number of frames longer than the maxminum length for the media. This would be >1500 for ethernet.

Total number of bytes received. Includes frames with errors and dropped frames.

Total number of frames received. Includes frames with errors and dropped frames.

Number of frames below the minimum length for the media. This would be <64 for ethernet.

Number of valid unicast frames received and not dropped.

Transmit statistics.

Number of frames destined for unsupported protocol.


Generated on Thu Sep 24 23:14:28 2015 for MdePkg[ALL] by  doxygen 1.5.7.1