iPXE
Data Fields
EFI_NETWORK_STATISTICS Struct Reference

Simple Network Protocol data structures. More...

#include <SimpleNetwork.h>

Data Fields

UINT64 RxTotalFrames
 Total number of frames received. More...
 
UINT64 RxGoodFrames
 Number of valid frames received and copied into receive buffers. More...
 
UINT64 RxUndersizeFrames
 Number of frames below the minimum length for the media. More...
 
UINT64 RxOversizeFrames
 Number of frames longer than the maxminum length for the media. More...
 
UINT64 RxDroppedFrames
 Valid frames that were dropped because receive buffers were full. More...
 
UINT64 RxUnicastFrames
 Number of valid unicast frames received and not dropped. More...
 
UINT64 RxBroadcastFrames
 Number of valid broadcast frames received and not dropped. More...
 
UINT64 RxMulticastFrames
 Number of valid mutlicast frames received and not dropped. More...
 
UINT64 RxCrcErrorFrames
 Number of frames w/ CRC or alignment errors. More...
 
UINT64 RxTotalBytes
 Total number of bytes received. More...
 
UINT64 TxTotalFrames
 Transmit statistics. More...
 
UINT64 TxGoodFrames
 
UINT64 TxUndersizeFrames
 
UINT64 TxOversizeFrames
 
UINT64 TxDroppedFrames
 
UINT64 TxUnicastFrames
 
UINT64 TxBroadcastFrames
 
UINT64 TxMulticastFrames
 
UINT64 TxCrcErrorFrames
 
UINT64 TxTotalBytes
 
UINT64 Collisions
 Number of collisions detection on this subnet. More...
 
UINT64 UnsupportedProtocol
 Number of frames destined for unsupported protocol. More...
 
UINT64 RxDuplicatedFrames
 Number of valid frames received that were duplicated. More...
 
UINT64 RxDecryptErrorFrames
 Number of encrypted frames received that failed to decrypt. More...
 
UINT64 TxErrorFrames
 Number of frames that failed to transmit after exceeding the retry limit. More...
 
UINT64 TxRetryFrames
 Number of frames transmitted successfully after more than one attempt. More...
 

Detailed Description

Simple Network Protocol data structures.

Definition at line 40 of file SimpleNetwork.h.

Field Documentation

◆ RxTotalFrames

UINT64 EFI_NETWORK_STATISTICS::RxTotalFrames

Total number of frames received.

Includes frames with errors and dropped frames.

Definition at line 45 of file SimpleNetwork.h.

Referenced by efi_snp_statistics().

◆ RxGoodFrames

UINT64 EFI_NETWORK_STATISTICS::RxGoodFrames

Number of valid frames received and copied into receive buffers.

Definition at line 50 of file SimpleNetwork.h.

Referenced by efi_snp_statistics().

◆ RxUndersizeFrames

UINT64 EFI_NETWORK_STATISTICS::RxUndersizeFrames

Number of frames below the minimum length for the media.

This would be <64 for ethernet.

Definition at line 56 of file SimpleNetwork.h.

◆ RxOversizeFrames

UINT64 EFI_NETWORK_STATISTICS::RxOversizeFrames

Number of frames longer than the maxminum length for the media.

This would be >1500 for ethernet.

Definition at line 62 of file SimpleNetwork.h.

◆ RxDroppedFrames

UINT64 EFI_NETWORK_STATISTICS::RxDroppedFrames

Valid frames that were dropped because receive buffers were full.

Definition at line 67 of file SimpleNetwork.h.

Referenced by efi_snp_statistics().

◆ RxUnicastFrames

UINT64 EFI_NETWORK_STATISTICS::RxUnicastFrames

Number of valid unicast frames received and not dropped.

Definition at line 72 of file SimpleNetwork.h.

◆ RxBroadcastFrames

UINT64 EFI_NETWORK_STATISTICS::RxBroadcastFrames

Number of valid broadcast frames received and not dropped.

Definition at line 77 of file SimpleNetwork.h.

◆ RxMulticastFrames

UINT64 EFI_NETWORK_STATISTICS::RxMulticastFrames

Number of valid mutlicast frames received and not dropped.

Definition at line 82 of file SimpleNetwork.h.

◆ RxCrcErrorFrames

UINT64 EFI_NETWORK_STATISTICS::RxCrcErrorFrames

Number of frames w/ CRC or alignment errors.

Definition at line 87 of file SimpleNetwork.h.

◆ RxTotalBytes

UINT64 EFI_NETWORK_STATISTICS::RxTotalBytes

Total number of bytes received.

Includes frames with errors and dropped frames.

Definition at line 93 of file SimpleNetwork.h.

◆ TxTotalFrames

UINT64 EFI_NETWORK_STATISTICS::TxTotalFrames

Transmit statistics.

Definition at line 98 of file SimpleNetwork.h.

Referenced by efi_snp_statistics().

◆ TxGoodFrames

UINT64 EFI_NETWORK_STATISTICS::TxGoodFrames

Definition at line 99 of file SimpleNetwork.h.

Referenced by efi_snp_statistics().

◆ TxUndersizeFrames

UINT64 EFI_NETWORK_STATISTICS::TxUndersizeFrames

Definition at line 100 of file SimpleNetwork.h.

◆ TxOversizeFrames

UINT64 EFI_NETWORK_STATISTICS::TxOversizeFrames

Definition at line 101 of file SimpleNetwork.h.

◆ TxDroppedFrames

UINT64 EFI_NETWORK_STATISTICS::TxDroppedFrames

Definition at line 102 of file SimpleNetwork.h.

Referenced by efi_snp_statistics().

◆ TxUnicastFrames

UINT64 EFI_NETWORK_STATISTICS::TxUnicastFrames

Definition at line 103 of file SimpleNetwork.h.

◆ TxBroadcastFrames

UINT64 EFI_NETWORK_STATISTICS::TxBroadcastFrames

Definition at line 104 of file SimpleNetwork.h.

◆ TxMulticastFrames

UINT64 EFI_NETWORK_STATISTICS::TxMulticastFrames

Definition at line 105 of file SimpleNetwork.h.

◆ TxCrcErrorFrames

UINT64 EFI_NETWORK_STATISTICS::TxCrcErrorFrames

Definition at line 106 of file SimpleNetwork.h.

◆ TxTotalBytes

UINT64 EFI_NETWORK_STATISTICS::TxTotalBytes

Definition at line 107 of file SimpleNetwork.h.

◆ Collisions

UINT64 EFI_NETWORK_STATISTICS::Collisions

Number of collisions detection on this subnet.

Definition at line 112 of file SimpleNetwork.h.

◆ UnsupportedProtocol

UINT64 EFI_NETWORK_STATISTICS::UnsupportedProtocol

Number of frames destined for unsupported protocol.

Definition at line 117 of file SimpleNetwork.h.

◆ RxDuplicatedFrames

UINT64 EFI_NETWORK_STATISTICS::RxDuplicatedFrames

Number of valid frames received that were duplicated.

Definition at line 122 of file SimpleNetwork.h.

◆ RxDecryptErrorFrames

UINT64 EFI_NETWORK_STATISTICS::RxDecryptErrorFrames

Number of encrypted frames received that failed to decrypt.

Definition at line 127 of file SimpleNetwork.h.

◆ TxErrorFrames

UINT64 EFI_NETWORK_STATISTICS::TxErrorFrames

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

Definition at line 132 of file SimpleNetwork.h.

◆ TxRetryFrames

UINT64 EFI_NETWORK_STATISTICS::TxRetryFrames

Number of frames transmitted successfully after more than one attempt.

Definition at line 137 of file SimpleNetwork.h.


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