iPXE
Data Fields
EFI_TCP6_COMPLETION_TOKEN Struct Reference

EFI_TCP6_COMPLETION_TOKEN is used as a common header for various asynchronous tokens. More...

#include <Tcp6.h>

Data Fields

EFI_EVENT Event
 The Event to signal after request is finished and Status field is updated by the EFI TCPv6 Protocol driver. More...
 
EFI_STATUS Status
 The result of the completed operation. More...
 

Detailed Description

EFI_TCP6_COMPLETION_TOKEN is used as a common header for various asynchronous tokens.

Definition at line 263 of file Tcp6.h.

Field Documentation

◆ Event

EFI_EVENT EFI_TCP6_COMPLETION_TOKEN::Event

The Event to signal after request is finished and Status field is updated by the EFI TCPv6 Protocol driver.

Definition at line 268 of file Tcp6.h.

◆ Status

EFI_STATUS EFI_TCP6_COMPLETION_TOKEN::Status

The result of the completed operation.

Definition at line 272 of file Tcp6.h.


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