|
iPXE
|
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>
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.
| EFI_UDP4_GET_MODE_DATA _EFI_UDP4_PROTOCOL::GetModeData |
| EFI_UDP4_CONFIGURE _EFI_UDP4_PROTOCOL::Configure |
| EFI_UDP4_GROUPS _EFI_UDP4_PROTOCOL::Groups |
| EFI_UDP4_ROUTES _EFI_UDP4_PROTOCOL::Routes |
| EFI_UDP4_TRANSMIT _EFI_UDP4_PROTOCOL::Transmit |
| EFI_UDP4_RECEIVE _EFI_UDP4_PROTOCOL::Receive |
| EFI_UDP4_CANCEL _EFI_UDP4_PROTOCOL::Cancel |
| EFI_UDP4_POLL _EFI_UDP4_PROTOCOL::Poll |