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

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

Data Fields

UINT32 FragmentLength
 Length of fragment data. This field may not be set to zero.
 
VOIDFragmentBuffer
 Pointer to fragment data. This field may not be set to NULL.
 

Detailed Description

EFI_IP6_FRAGMENT_DATA describes the location and length of the IPv6 packet fragment to transmit or that has been received.

Definition at line 414 of file Ip6.h.

Field Documentation

◆ FragmentBuffer

VOID* _EFI_IP6_FRAGMENT_DATA::FragmentBuffer

Pointer to fragment data. This field may not be set to NULL.

Definition at line 416 of file Ip6.h.

◆ FragmentLength

UINT32 _EFI_IP6_FRAGMENT_DATA::FragmentLength

Length of fragment data. This field may not be set to zero.

Definition at line 415 of file Ip6.h.


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