iPXE
Data Fields
_EFI_IP6_FRAGMENT_DATA Struct Reference

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

#include <Ip6.h>

Data Fields

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

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 416 of file Ip6.h.

Field Documentation

◆ FragmentLength

UINT32 _EFI_IP6_FRAGMENT_DATA::FragmentLength

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

Definition at line 417 of file Ip6.h.

◆ FragmentBuffer

VOID* _EFI_IP6_FRAGMENT_DATA::FragmentBuffer

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

Definition at line 418 of file Ip6.h.


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