EFI_UDP6_RECEIVE_DATA Struct Reference
Detailed Description
EFI_UDP6_RECEIVE_DATA is filled by the EFI UDPv6 Protocol driver when this EFI UDPv6 Protocol instance receives an incoming packet. If there is a waiting token for incoming packets, the CompletionToken.Packet.RxData field is updated to this incoming packet and the
CompletionToken.Event is signaled. The EFI UDPv6 Protocol client must signal the RecycleSignal after processing the packet. FragmentTable could contain multiple buffers that are not in the continuous memory locations. The EFI UDPv6 Protocol client might need to combine two or more buffers in FragmentTable to form their own protocol header.
Field Documentation
The sum of the fragment data length.
Number of fragments. Maybe zero.
Array of fragment descriptors. Maybe zero.
Indicates the event to signal when the received data has been processed.
Time when the EFI UDPv6 Protocol accepted the packet.
The UDP session data including SourceAddress, SourcePort, DestinationAddress, and DestinationPort.