iPXE
Data Fields
EFI_TCP6_LISTEN_TOKEN Struct Reference

EFI_TCP6_LISTEN_TOKEN returns when list operation finishes. More...

#include <Tcp6.h>

Data Fields

EFI_TCP6_COMPLETION_TOKEN CompletionToken
 The Status in CompletionToken will be set to the following value if accept finishes: EFI_SUCCESS: A remote peer has successfully established a connection to this instance. More...
 
EFI_HANDLE NewChildHandle
 

Detailed Description

EFI_TCP6_LISTEN_TOKEN returns when list operation finishes.

Definition at line 315 of file Tcp6.h.

Field Documentation

◆ CompletionToken

EFI_TCP6_COMPLETION_TOKEN EFI_TCP6_LISTEN_TOKEN::CompletionToken

The Status in CompletionToken will be set to the following value if accept finishes: EFI_SUCCESS: A remote peer has successfully established a connection to this instance.

A new TCP instance has also been created for the connection. EFI_CONNECTION_RESET: The accept fails because the connection is reset either by instance itself or communication peer. EFI_ABORTED: The accept request has been aborted. EFI_SECURITY_VIOLATION: The accept operation was failed because of IPSec policy check.

Definition at line 327 of file Tcp6.h.

◆ NewChildHandle

EFI_HANDLE EFI_TCP6_LISTEN_TOKEN::NewChildHandle

Definition at line 328 of file Tcp6.h.


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