TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_TCP6_FRAGMENT_DATA Struct Reference

#include <MdePkg/Include/Protocol/Tcp6.h>

Data Fields

UINT32 FragmentLength
 Length of data buffer in the fragment.
 
VOID * FragmentBuffer
 Pointer to the data buffer in the fragment.
 

Detailed Description

EFI_TCP6_FRAGMENT_DATA allows multiple receive or transmit buffers to be specified. The purpose of this structure is to provide scattered read and write.

Definition at line 334 of file Tcp6.h.

Field Documentation

◆ FragmentBuffer

VOID* EFI_TCP6_FRAGMENT_DATA::FragmentBuffer

Pointer to the data buffer in the fragment.

Definition at line 336 of file Tcp6.h.

◆ FragmentLength

UINT32 EFI_TCP6_FRAGMENT_DATA::FragmentLength

Length of data buffer in the fragment.

Definition at line 335 of file Tcp6.h.


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