TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/Tcp6.h>
Data Fields | |
EFI_TCP6_COMPLETION_TOKEN | CompletionToken |
BOOLEAN | AbortOnClose |
EFI_TCP6_CLOSE_TOKEN returns when close operation finishes.
BOOLEAN EFI_TCP6_CLOSE_TOKEN::AbortOnClose |
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.