|
XenevaOS
|
#include <Udp6.h>
Public Attributes | |
| UINT32 | FragmentLength |
| Length of the fragment data buffer. | |
| VOID * | FragmentBuffer |
| Pointer to the fragment data buffer. | |
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.
| VOID* EFI_UDP6_FRAGMENT_DATA::FragmentBuffer |
Pointer to the fragment data buffer.
| UINT32 EFI_UDP6_FRAGMENT_DATA::FragmentLength |
Length of the fragment data buffer.