iPXE
Data Fields
_EFI_UDP6_PROTOCOL Struct Reference

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. More...

#include <Udp6.h>

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.

Definition at line 563 of file Udp6.h.

Field Documentation

◆ GetModeData

EFI_UDP6_GET_MODE_DATA _EFI_UDP6_PROTOCOL::GetModeData

Definition at line 564 of file Udp6.h.

◆ Configure

EFI_UDP6_CONFIGURE _EFI_UDP6_PROTOCOL::Configure

Definition at line 565 of file Udp6.h.

◆ Groups

EFI_UDP6_GROUPS _EFI_UDP6_PROTOCOL::Groups

Definition at line 566 of file Udp6.h.

◆ Transmit

EFI_UDP6_TRANSMIT _EFI_UDP6_PROTOCOL::Transmit

Definition at line 567 of file Udp6.h.

◆ Receive

EFI_UDP6_RECEIVE _EFI_UDP6_PROTOCOL::Receive

Definition at line 568 of file Udp6.h.

◆ Cancel

EFI_UDP6_CANCEL _EFI_UDP6_PROTOCOL::Cancel

Definition at line 569 of file Udp6.h.

◆ Poll

EFI_UDP6_POLL _EFI_UDP6_PROTOCOL::Poll

Definition at line 570 of file Udp6.h.


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