#include <MdePkg/Include/Protocol/Ip6.h>
EFI_IP6_RECEIVE_DATA
Definition at line 422 of file Ip6.h.
◆ DataLength
| UINT32 _EFI_IP6_RECEIVE_DATA::DataLength |
Sum of the lengths of IPv6 packet buffers in FragmentTable. May be zero.
Definition at line 448 of file Ip6.h.
◆ FragmentCount
| UINT32 _EFI_IP6_RECEIVE_DATA::FragmentCount |
Number of IPv6 payload fragments. May be zero.
Definition at line 452 of file Ip6.h.
◆ FragmentTable
Array of payload fragment lengths and buffer pointers.
Definition at line 456 of file Ip6.h.
◆ Header
Pointer to the IPv6 packet header. If the IPv6 packet was fragmented, this argument is a pointer to the header in the first fragment.
Definition at line 443 of file Ip6.h.
◆ HeaderLength
| UINT32 _EFI_IP6_RECEIVE_DATA::HeaderLength |
Length of the IPv6 packet headers, including both the IPv6 header and any extension headers.
Definition at line 437 of file Ip6.h.
◆ RecycleSignal
| EFI_EVENT _EFI_IP6_RECEIVE_DATA::RecycleSignal |
After this event is signaled, the receive data structure is released and must not be referenced.
Definition at line 432 of file Ip6.h.
◆ TimeStamp
| EFI_TIME _EFI_IP6_RECEIVE_DATA::TimeStamp |
Time when the EFI IPv6 Protocol driver accepted the packet. Ignored if it is zero.
Definition at line 427 of file Ip6.h.
The documentation for this struct was generated from the following file:
- MdePkg/Include/Protocol/Ip6.h