iPXE
Data Fields
EFI_UDP6_FRAGMENT_DATA Struct Reference

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

#include <Udp6.h>

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.

Definition at line 87 of file Udp6.h.

Field Documentation

◆ FragmentLength

UINT32 EFI_UDP6_FRAGMENT_DATA::FragmentLength

Length of the fragment data buffer.

Definition at line 88 of file Udp6.h.

◆ FragmentBuffer

VOID* EFI_UDP6_FRAGMENT_DATA::FragmentBuffer

Pointer to the fragment data buffer.

Definition at line 89 of file Udp6.h.


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