XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
EFI_TCP6_TRANSMIT_DATA Struct Reference

#include <Tcp6.h>

Collaboration diagram for EFI_TCP6_TRANSMIT_DATA:
Collaboration graph
[legend]

Public Attributes

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.

Member Data Documentation

◆ DataLength

UINT32 EFI_TCP6_TRANSMIT_DATA::DataLength

Length of the data in the fragments.

◆ FragmentCount

UINT32 EFI_TCP6_TRANSMIT_DATA::FragmentCount

Number of fragments.

◆ FragmentTable

EFI_TCP6_FRAGMENT_DATA EFI_TCP6_TRANSMIT_DATA::FragmentTable[1]

An array of fragment descriptors.

◆ Push

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.

◆ Urgent

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.


The documentation for this struct was generated from the following file: