iPXE
Data Fields
_EFI_TCP4_PROTOCOL Struct Reference

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

#include <Tcp4.h>

Data Fields

EFI_TCP4_GET_MODE_DATA GetModeData
 
EFI_TCP4_CONFIGURE Configure
 
EFI_TCP4_ROUTES Routes
 
EFI_TCP4_CONNECT Connect
 
EFI_TCP4_ACCEPT Accept
 
EFI_TCP4_TRANSMIT Transmit
 
EFI_TCP4_RECEIVE Receive
 
EFI_TCP4_CLOSE Close
 
EFI_TCP4_CANCEL Cancel
 
EFI_TCP4_POLL Poll
 

Detailed Description

The EFI_TCP4_PROTOCOL defines the EFI TCPv4 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 connected to remote peer as a client. Each instance has its own independent settings, such as the routing table.

Definition at line 553 of file Tcp4.h.

Field Documentation

◆ GetModeData

EFI_TCP4_GET_MODE_DATA _EFI_TCP4_PROTOCOL::GetModeData

Definition at line 554 of file Tcp4.h.

◆ Configure

EFI_TCP4_CONFIGURE _EFI_TCP4_PROTOCOL::Configure

Definition at line 555 of file Tcp4.h.

◆ Routes

EFI_TCP4_ROUTES _EFI_TCP4_PROTOCOL::Routes

Definition at line 556 of file Tcp4.h.

◆ Connect

EFI_TCP4_CONNECT _EFI_TCP4_PROTOCOL::Connect

Definition at line 557 of file Tcp4.h.

◆ Accept

EFI_TCP4_ACCEPT _EFI_TCP4_PROTOCOL::Accept

Definition at line 558 of file Tcp4.h.

◆ Transmit

EFI_TCP4_TRANSMIT _EFI_TCP4_PROTOCOL::Transmit

Definition at line 559 of file Tcp4.h.

◆ Receive

EFI_TCP4_RECEIVE _EFI_TCP4_PROTOCOL::Receive

Definition at line 560 of file Tcp4.h.

◆ Close

EFI_TCP4_CLOSE _EFI_TCP4_PROTOCOL::Close

Definition at line 561 of file Tcp4.h.

◆ Cancel

EFI_TCP4_CANCEL _EFI_TCP4_PROTOCOL::Cancel

Definition at line 562 of file Tcp4.h.

◆ Poll

EFI_TCP4_POLL _EFI_TCP4_PROTOCOL::Poll

Definition at line 563 of file Tcp4.h.


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