iPXE
Data Fields
EFI_TCP4_CONNECTION_TOKEN Struct Reference

#include <Tcp4.h>

Data Fields

EFI_TCP4_COMPLETION_TOKEN CompletionToken
 The Status in the CompletionToken will be set to one of the following values if the active open succeeds or an unexpected error happens: EFI_SUCCESS: The active open succeeds and the instance's state is Tcp4StateEstablished. More...
 

Detailed Description

Definition at line 124 of file Tcp4.h.

Field Documentation

◆ CompletionToken

EFI_TCP4_COMPLETION_TOKEN EFI_TCP4_CONNECTION_TOKEN::CompletionToken

The Status in the CompletionToken will be set to one of the following values if the active open succeeds or an unexpected error happens: EFI_SUCCESS: The active open succeeds and the instance's state is Tcp4StateEstablished.

EFI_CONNECTION_RESET: The connect fails because the connection is reset either by instance itself or the communication peer. EFI_CONNECTION_REFUSED: The connect fails because this connection is initiated with an active open and the connection is refused. EFI_ABORTED: The active open is aborted. EFI_TIMEOUT: The connection establishment timer expires and no more specific information is available. EFI_NETWORK_UNREACHABLE: The active open fails because an ICMP network unreachable error is received. EFI_HOST_UNREACHABLE: The active open fails because an ICMP host unreachable error is received. EFI_PROTOCOL_UNREACHABLE: The active open fails because an ICMP protocol unreachable error is received. EFI_PORT_UNREACHABLE: The connection establishment timer times out and an ICMP port unreachable error is received. EFI_ICMP_ERROR: The connection establishment timer timeout and some other ICMP error is received. EFI_DEVICE_ERROR: An unexpected system or network error occurred. EFI_NO_MEDIA: There was a media error.

Definition at line 151 of file Tcp4.h.


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