iPXE
Data Fields
_EFI_TCP6_PROTOCOL Struct Reference

EFI_TCP6_PROTOCOL defines the EFI TCPv6 Protocol child to be used by any network drivers or applications to send or receive data stream. More...

#include <Tcp6.h>

Data Fields

EFI_TCP6_GET_MODE_DATA GetModeData
 
EFI_TCP6_CONFIGURE Configure
 
EFI_TCP6_CONNECT Connect
 
EFI_TCP6_ACCEPT Accept
 
EFI_TCP6_TRANSMIT Transmit
 
EFI_TCP6_RECEIVE Receive
 
EFI_TCP6_CLOSE Close
 
EFI_TCP6_CANCEL Cancel
 
EFI_TCP6_POLL Poll
 

Detailed Description

EFI_TCP6_PROTOCOL defines the EFI TCPv6 Protocol child to be used by any network drivers or applications to send or receive data stream.

It can either listen on a specified port as a service or actively connect to remote peer as a client. Each instance has its own independent settings.

Definition at line 843 of file Tcp6.h.

Field Documentation

◆ GetModeData

EFI_TCP6_GET_MODE_DATA _EFI_TCP6_PROTOCOL::GetModeData

Definition at line 844 of file Tcp6.h.

◆ Configure

EFI_TCP6_CONFIGURE _EFI_TCP6_PROTOCOL::Configure

Definition at line 845 of file Tcp6.h.

◆ Connect

EFI_TCP6_CONNECT _EFI_TCP6_PROTOCOL::Connect

Definition at line 846 of file Tcp6.h.

◆ Accept

EFI_TCP6_ACCEPT _EFI_TCP6_PROTOCOL::Accept

Definition at line 847 of file Tcp6.h.

◆ Transmit

EFI_TCP6_TRANSMIT _EFI_TCP6_PROTOCOL::Transmit

Definition at line 848 of file Tcp6.h.

◆ Receive

EFI_TCP6_RECEIVE _EFI_TCP6_PROTOCOL::Receive

Definition at line 849 of file Tcp6.h.

◆ Close

EFI_TCP6_CLOSE _EFI_TCP6_PROTOCOL::Close

Definition at line 850 of file Tcp6.h.

◆ Cancel

EFI_TCP6_CANCEL _EFI_TCP6_PROTOCOL::Cancel

Definition at line 851 of file Tcp6.h.

◆ Poll

EFI_TCP6_POLL _EFI_TCP6_PROTOCOL::Poll

Definition at line 852 of file Tcp6.h.


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