iPXE
Data Fields
EFI_TCP6_FRAGMENT_DATA Struct Reference

EFI_TCP6_FRAGMENT_DATA allows multiple receive or transmit buffers to be specified. More...

#include <Tcp6.h>

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.

Definition at line 336 of file Tcp6.h.

Field Documentation

◆ FragmentLength

UINT32 EFI_TCP6_FRAGMENT_DATA::FragmentLength

Length of data buffer in the fragment.

Definition at line 337 of file Tcp6.h.

◆ FragmentBuffer

VOID* EFI_TCP6_FRAGMENT_DATA::FragmentBuffer

Pointer to the data buffer in the fragment.

Definition at line 338 of file Tcp6.h.


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