iPXE
Data Fields
EFI_IP4_COMPLETION_TOKEN Struct Reference

#include <Ip4.h>

Data Fields

EFI_EVENT Event
 This Event will be signaled after the Status field is updated by the EFI IPv4 Protocol driver. More...
 
EFI_STATUS Status
 The status that is returned to the caller at the end of the operation to indicate whether this operation completed successfully. More...
 
union {
   EFI_IP4_RECEIVE_DATA *   RxData
 When this token is used for receiving, RxData is a pointer to the EFI_IP4_RECEIVE_DATA. More...
 
   EFI_IP4_TRANSMIT_DATA *   TxData
 When this token is used for transmitting, TxData is a pointer to the EFI_IP4_TRANSMIT_DATA. More...
 
Packet
 

Detailed Description

Definition at line 239 of file Ip4.h.

Field Documentation

◆ Event

EFI_EVENT EFI_IP4_COMPLETION_TOKEN::Event

This Event will be signaled after the Status field is updated by the EFI IPv4 Protocol driver.

The type of Event must be EFI_NOTIFY_SIGNAL. The Task Priority Level (TPL) of Event must be lower than or equal to TPL_CALLBACK.

Definition at line 246 of file Ip4.h.

◆ Status

EFI_STATUS EFI_IP4_COMPLETION_TOKEN::Status

The status that is returned to the caller at the end of the operation to indicate whether this operation completed successfully.

Definition at line 251 of file Ip4.h.

◆ RxData

EFI_IP4_RECEIVE_DATA* EFI_IP4_COMPLETION_TOKEN::RxData

When this token is used for receiving, RxData is a pointer to the EFI_IP4_RECEIVE_DATA.

Definition at line 256 of file Ip4.h.

◆ TxData

EFI_IP4_TRANSMIT_DATA* EFI_IP4_COMPLETION_TOKEN::TxData

When this token is used for transmitting, TxData is a pointer to the EFI_IP4_TRANSMIT_DATA.

Definition at line 260 of file Ip4.h.

◆ Packet

union { ... } EFI_IP4_COMPLETION_TOKEN::Packet

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