TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_UDP6_FRAGMENT_DATA Struct Reference

#include <MdePkg/Include/Protocol/Udp6.h>

Data Fields

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

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 85 of file Udp6.h.

Field Documentation

◆ FragmentBuffer

VOID* EFI_UDP6_FRAGMENT_DATA::FragmentBuffer

Pointer to the fragment data buffer.

Definition at line 87 of file Udp6.h.

◆ FragmentLength

UINT32 EFI_UDP6_FRAGMENT_DATA::FragmentLength

Length of the fragment data buffer.

Definition at line 86 of file Udp6.h.


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