MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_TCP6_FRAGMENT_DATA Struct Reference

Data Fields

UINT32 FragmentLength
 Length of data buffer in the fragment. More...
 
VOIDFragmentBuffer
 Pointer to the data buffer in the fragment. More...
 

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.

Field Documentation

VOID* EFI_TCP6_FRAGMENT_DATA::FragmentBuffer

Pointer to the data buffer in the fragment.

UINT32 EFI_TCP6_FRAGMENT_DATA::FragmentLength

Length of data buffer in the fragment.