iPXE
Data Fields
_EFI_UDP4_PROTOCOL Struct Reference

The EFI_UDP4_PROTOCOL defines an EFI UDPv4 Protocol session that can be used by any network drivers, applications, or daemons to transmit or receive UDP packets. More...

#include <Udp4.h>

Data Fields

EFI_UDP4_GET_MODE_DATA GetModeData
 
EFI_UDP4_CONFIGURE Configure
 
EFI_UDP4_GROUPS Groups
 
EFI_UDP4_ROUTES Routes
 
EFI_UDP4_TRANSMIT Transmit
 
EFI_UDP4_RECEIVE Receive
 
EFI_UDP4_CANCEL Cancel
 
EFI_UDP4_POLL Poll
 

Detailed Description

The EFI_UDP4_PROTOCOL defines an EFI UDPv4 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 the routing table and group table, which are independent from each other.

Definition at line 425 of file Udp4.h.

Field Documentation

◆ GetModeData

EFI_UDP4_GET_MODE_DATA _EFI_UDP4_PROTOCOL::GetModeData

Definition at line 426 of file Udp4.h.

◆ Configure

EFI_UDP4_CONFIGURE _EFI_UDP4_PROTOCOL::Configure

Definition at line 427 of file Udp4.h.

◆ Groups

EFI_UDP4_GROUPS _EFI_UDP4_PROTOCOL::Groups

Definition at line 428 of file Udp4.h.

◆ Routes

EFI_UDP4_ROUTES _EFI_UDP4_PROTOCOL::Routes

Definition at line 429 of file Udp4.h.

◆ Transmit

EFI_UDP4_TRANSMIT _EFI_UDP4_PROTOCOL::Transmit

Definition at line 430 of file Udp4.h.

◆ Receive

EFI_UDP4_RECEIVE _EFI_UDP4_PROTOCOL::Receive

Definition at line 431 of file Udp4.h.

◆ Cancel

EFI_UDP4_CANCEL _EFI_UDP4_PROTOCOL::Cancel

Definition at line 432 of file Udp4.h.

◆ Poll

EFI_UDP4_POLL _EFI_UDP4_PROTOCOL::Poll

Definition at line 433 of file Udp4.h.


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