iPXE
Data Fields
EFI_TCP6_CLOSE_TOKEN Struct Reference

EFI_TCP6_CLOSE_TOKEN returns when close operation finishes. More...

#include <Tcp6.h>

Data Fields

EFI_TCP6_COMPLETION_TOKEN CompletionToken
 When close finishes or meets any unexpected error it will be set to one of the following values: EFI_SUCCESS: The close operation completes successfully. More...
 
BOOLEAN AbortOnClose
 Abort the TCP connection on close instead of the standard TCP close process when it is set to TRUE. More...
 

Detailed Description

EFI_TCP6_CLOSE_TOKEN returns when close operation finishes.

Definition at line 455 of file Tcp6.h.

Field Documentation

◆ CompletionToken

EFI_TCP6_COMPLETION_TOKEN EFI_TCP6_CLOSE_TOKEN::CompletionToken

When close finishes or meets any unexpected error it will be set to one of the following values: EFI_SUCCESS: The close operation completes successfully.

EFI_ABORTED: User called configure with NULL without close stopping. EFI_SECURITY_VIOLATION: The close operation was failed because of IPSec policy check.

Definition at line 463 of file Tcp6.h.

◆ AbortOnClose

BOOLEAN EFI_TCP6_CLOSE_TOKEN::AbortOnClose

Abort the TCP connection on close instead of the standard TCP close process when it is set to TRUE.

This option can be used to satisfy a fast disconnect.

Definition at line 469 of file Tcp6.h.


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