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