EFI_TCP6_RECEIVE_DATA Struct Reference


Data Fields

BOOLEAN UrgentFlag
UINT32 DataLength
UINT32 FragmentCount
EFI_TCP6_FRAGMENT_DATA FragmentTable [1]

Detailed Description

EFI_TCP6_RECEIVE_DATA When TCPv6 driver wants to deliver received data to the application, it will pick up the first queued receiving token, update its Token->Packet.RxData then signal the Token->CompletionToken.Event.

Field Documentation

When calling Receive() function, it is the byte counts of all Fragmentbuffer in FragmentTable allocated by user. When the token is signaled by TCPv6 driver it is the length of received data in the fragments.

Number of fragments.

An array of fragment descriptors.

Whether the data is urgent. When this flag is set, the instance is in urgent mode.


Generated on Thu Sep 24 23:14:28 2015 for MdePkg[ALL] by  doxygen 1.5.7.1