|
iPXE
|
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>
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.
| EFI_TCP4_GET_MODE_DATA _EFI_TCP4_PROTOCOL::GetModeData |
| EFI_TCP4_CONFIGURE _EFI_TCP4_PROTOCOL::Configure |
| EFI_TCP4_ROUTES _EFI_TCP4_PROTOCOL::Routes |
| EFI_TCP4_CONNECT _EFI_TCP4_PROTOCOL::Connect |
| EFI_TCP4_ACCEPT _EFI_TCP4_PROTOCOL::Accept |
| EFI_TCP4_TRANSMIT _EFI_TCP4_PROTOCOL::Transmit |
| EFI_TCP4_RECEIVE _EFI_TCP4_PROTOCOL::Receive |
| EFI_TCP4_CLOSE _EFI_TCP4_PROTOCOL::Close |
| EFI_TCP4_CANCEL _EFI_TCP4_PROTOCOL::Cancel |
| EFI_TCP4_POLL _EFI_TCP4_PROTOCOL::Poll |