XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_EFI_UDP6_PROTOCOL Struct Reference

#include <Udp6.h>

Collaboration diagram for _EFI_UDP6_PROTOCOL:
Collaboration graph
[legend]

Public Attributes

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.

Member Data Documentation

◆ Cancel

EFI_UDP6_CANCEL _EFI_UDP6_PROTOCOL::Cancel

◆ Configure

EFI_UDP6_CONFIGURE _EFI_UDP6_PROTOCOL::Configure

◆ GetModeData

EFI_UDP6_GET_MODE_DATA _EFI_UDP6_PROTOCOL::GetModeData

◆ Groups

EFI_UDP6_GROUPS _EFI_UDP6_PROTOCOL::Groups

◆ Poll

EFI_UDP6_POLL _EFI_UDP6_PROTOCOL::Poll

◆ Receive

EFI_UDP6_RECEIVE _EFI_UDP6_PROTOCOL::Receive

◆ Transmit

EFI_UDP6_TRANSMIT _EFI_UDP6_PROTOCOL::Transmit

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