iPXE
Data Fields
EFI_MANAGED_NETWORK_TRANSMIT_DATA Struct Reference

#include <ManagedNetwork.h>

Data Fields

EFI_MAC_ADDRESSDestinationAddress
 
EFI_MAC_ADDRESSSourceAddress
 
UINT16 ProtocolType
 
UINT32 DataLength
 
UINT16 HeaderLength
 
UINT16 FragmentCount
 
EFI_MANAGED_NETWORK_FRAGMENT_DATA FragmentTable [1]
 

Detailed Description

Definition at line 110 of file ManagedNetwork.h.

Field Documentation

◆ DestinationAddress

EFI_MAC_ADDRESS* EFI_MANAGED_NETWORK_TRANSMIT_DATA::DestinationAddress

Definition at line 111 of file ManagedNetwork.h.

◆ SourceAddress

EFI_MAC_ADDRESS* EFI_MANAGED_NETWORK_TRANSMIT_DATA::SourceAddress

Definition at line 112 of file ManagedNetwork.h.

◆ ProtocolType

UINT16 EFI_MANAGED_NETWORK_TRANSMIT_DATA::ProtocolType

Definition at line 113 of file ManagedNetwork.h.

◆ DataLength

UINT32 EFI_MANAGED_NETWORK_TRANSMIT_DATA::DataLength

Definition at line 114 of file ManagedNetwork.h.

Referenced by mnpnet_transmit().

◆ HeaderLength

UINT16 EFI_MANAGED_NETWORK_TRANSMIT_DATA::HeaderLength

Definition at line 115 of file ManagedNetwork.h.

Referenced by mnpnet_transmit().

◆ FragmentCount

UINT16 EFI_MANAGED_NETWORK_TRANSMIT_DATA::FragmentCount

Definition at line 116 of file ManagedNetwork.h.

Referenced by mnpnet_transmit().

◆ FragmentTable

EFI_MANAGED_NETWORK_FRAGMENT_DATA EFI_MANAGED_NETWORK_TRANSMIT_DATA::FragmentTable[1]

Definition at line 117 of file ManagedNetwork.h.

Referenced by mnpnet_transmit().


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