TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/Tcp6.h>
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.
EFI_TCP6_ACCEPT _EFI_TCP6_PROTOCOL::Accept |
EFI_TCP6_CANCEL _EFI_TCP6_PROTOCOL::Cancel |
EFI_TCP6_CLOSE _EFI_TCP6_PROTOCOL::Close |
EFI_TCP6_CONFIGURE _EFI_TCP6_PROTOCOL::Configure |
EFI_TCP6_CONNECT _EFI_TCP6_PROTOCOL::Connect |
EFI_TCP6_GET_MODE_DATA _EFI_TCP6_PROTOCOL::GetModeData |
EFI_TCP6_POLL _EFI_TCP6_PROTOCOL::Poll |
EFI_TCP6_RECEIVE _EFI_TCP6_PROTOCOL::Receive |
EFI_TCP6_TRANSMIT _EFI_TCP6_PROTOCOL::Transmit |