MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EFI_UDP6_PROTOCOL Struct Reference

Data Fields

EFI_UDP6_GET_MODE_DATA GetModeData
 
EFI_UDP6_CONFIGURE Configure
 
EFI_UDP6_GROUPS Groups
 
EFI_UDP6_TRANSMIT Transmit
 
EFI_UDP6_RECEIVE Receive
 
EFI_UDP6_CANCEL Cancel
 
EFI_UDP6_POLL Poll
 

Detailed Description

The EFI_UDP6_PROTOCOL defines an EFI UDPv6 Protocol session that can be used by any network drivers, applications, or daemons to transmit or receive UDP packets. This protocol instance can either be bound to a specified port as a service or connected to some remote peer as an active client. Each instance has its own settings, such as group table, that are independent from each other.

Field Documentation

EFI_UDP6_CANCEL _EFI_UDP6_PROTOCOL::Cancel
EFI_UDP6_CONFIGURE _EFI_UDP6_PROTOCOL::Configure
EFI_UDP6_GET_MODE_DATA _EFI_UDP6_PROTOCOL::GetModeData
EFI_UDP6_GROUPS _EFI_UDP6_PROTOCOL::Groups
EFI_UDP6_POLL _EFI_UDP6_PROTOCOL::Poll
EFI_UDP6_RECEIVE _EFI_UDP6_PROTOCOL::Receive
EFI_UDP6_TRANSMIT _EFI_UDP6_PROTOCOL::Transmit