MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_TCP6_TRANSMIT_DATA Struct Reference

Data Fields

BOOLEAN Push
 
BOOLEAN Urgent
 
UINT32 DataLength
 
UINT32 FragmentCount
 
EFI_TCP6_FRAGMENT_DATA FragmentTable [1]
 

Detailed Description

EFI_TCP6_TRANSMIT_DATA The EFI TCPv6 Protocol user must fill this data structure before sending a packet. The packet may contain multiple buffers in non-continuous memory locations.

Field Documentation

UINT32 EFI_TCP6_TRANSMIT_DATA::DataLength

Length of the data in the fragments.

UINT32 EFI_TCP6_TRANSMIT_DATA::FragmentCount

Number of fragments.

EFI_TCP6_FRAGMENT_DATA EFI_TCP6_TRANSMIT_DATA::FragmentTable[1]

An array of fragment descriptors.

BOOLEAN EFI_TCP6_TRANSMIT_DATA::Push

Push If TRUE, data must be transmitted promptly, and the PUSH bit in the last TCP segment created will be set. If FALSE, data transmission may be delayed to combine with data from subsequent Transmit()s for efficiency.

BOOLEAN EFI_TCP6_TRANSMIT_DATA::Urgent

The data in the fragment table are urgent and urgent point is in effect if TRUE. Otherwise those data are NOT considered urgent.