XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_NETWORK_STATISTICS Struct Reference

#include <SimpleNetwork.h>

Public Attributes

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
 
UINT64 RxDuplicatedFrames
 
UINT64 RxDecryptErrorFrames
 
UINT64 TxErrorFrames
 
UINT64 TxRetryFrames
 

Detailed Description

Simple Network Protocol data structures.

Member Data Documentation

◆ Collisions

UINT64 EFI_NETWORK_STATISTICS::Collisions

Number of collisions detection on this subnet.

◆ RxBroadcastFrames

UINT64 EFI_NETWORK_STATISTICS::RxBroadcastFrames

Number of valid broadcast frames received and not dropped.

◆ RxCrcErrorFrames

UINT64 EFI_NETWORK_STATISTICS::RxCrcErrorFrames

Number of frames w/ CRC or alignment errors.

◆ RxDecryptErrorFrames

UINT64 EFI_NETWORK_STATISTICS::RxDecryptErrorFrames

Number of encrypted frames received that failed to decrypt.

◆ RxDroppedFrames

UINT64 EFI_NETWORK_STATISTICS::RxDroppedFrames

Valid frames that were dropped because receive buffers were full.

◆ RxDuplicatedFrames

UINT64 EFI_NETWORK_STATISTICS::RxDuplicatedFrames

Number of valid frames received that were duplicated.

◆ RxGoodFrames

UINT64 EFI_NETWORK_STATISTICS::RxGoodFrames

Number of valid frames received and copied into receive buffers.

◆ RxMulticastFrames

UINT64 EFI_NETWORK_STATISTICS::RxMulticastFrames

Number of valid mutlicast frames received and not dropped.

◆ RxOversizeFrames

UINT64 EFI_NETWORK_STATISTICS::RxOversizeFrames

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

◆ RxTotalBytes

UINT64 EFI_NETWORK_STATISTICS::RxTotalBytes

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

◆ RxTotalFrames

UINT64 EFI_NETWORK_STATISTICS::RxTotalFrames

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

◆ RxUndersizeFrames

UINT64 EFI_NETWORK_STATISTICS::RxUndersizeFrames

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

◆ RxUnicastFrames

UINT64 EFI_NETWORK_STATISTICS::RxUnicastFrames

Number of valid unicast frames received and not dropped.

◆ TxBroadcastFrames

UINT64 EFI_NETWORK_STATISTICS::TxBroadcastFrames

◆ TxCrcErrorFrames

UINT64 EFI_NETWORK_STATISTICS::TxCrcErrorFrames

◆ TxDroppedFrames

UINT64 EFI_NETWORK_STATISTICS::TxDroppedFrames

◆ TxErrorFrames

UINT64 EFI_NETWORK_STATISTICS::TxErrorFrames

Number of frames that failed to transmit after exceeding the retry limit.

◆ TxGoodFrames

UINT64 EFI_NETWORK_STATISTICS::TxGoodFrames

◆ TxMulticastFrames

UINT64 EFI_NETWORK_STATISTICS::TxMulticastFrames

◆ TxOversizeFrames

UINT64 EFI_NETWORK_STATISTICS::TxOversizeFrames

◆ TxRetryFrames

UINT64 EFI_NETWORK_STATISTICS::TxRetryFrames

Number of frames transmitted successfully after more than one attempt.

◆ TxTotalBytes

UINT64 EFI_NETWORK_STATISTICS::TxTotalBytes

◆ TxTotalFrames

UINT64 EFI_NETWORK_STATISTICS::TxTotalFrames

Transmit statistics.

◆ TxUndersizeFrames

UINT64 EFI_NETWORK_STATISTICS::TxUndersizeFrames

◆ TxUnicastFrames

UINT64 EFI_NETWORK_STATISTICS::TxUnicastFrames

◆ UnsupportedProtocol

UINT64 EFI_NETWORK_STATISTICS::UnsupportedProtocol

Number of frames destined for unsupported protocol.


The documentation for this struct was generated from the following file: