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

Data Fields

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

Detailed Description

EFI_UDP6_FRAGMENT_DATA allows multiple receive or transmit buffers to be specified. The purpose of this structure is to avoid copying the same packet multiple times.

Field Documentation

VOID* EFI_UDP6_FRAGMENT_DATA::FragmentBuffer

Pointer to the fragment data buffer.

UINT32 EFI_UDP6_FRAGMENT_DATA::FragmentLength

Length of the fragment data buffer.