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.
More...
#include <Tcp6.h>
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.
Definition at line 348 of file Tcp6.h.
◆ UrgentFlag
| BOOLEAN EFI_TCP6_RECEIVE_DATA::UrgentFlag |
Whether the data is urgent.
When this flag is set, the instance is in urgent mode.
Definition at line 353 of file Tcp6.h.
◆ DataLength
| UINT32 EFI_TCP6_RECEIVE_DATA::DataLength |
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.
Definition at line 360 of file Tcp6.h.
◆ FragmentCount
| UINT32 EFI_TCP6_RECEIVE_DATA::FragmentCount |
Number of fragments.
Definition at line 364 of file Tcp6.h.
◆ FragmentTable
An array of fragment descriptors.
Definition at line 368 of file Tcp6.h.
The documentation for this struct was generated from the following file:
- include/ipxe/efi/Protocol/Tcp6.h