iPXE
Data Fields

Parameter block for pxenv_udp_write() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
IP4_t ip
 Destination IP address. More...
 
IP4_t gw
 Relay agent IP address. More...
 
UDP_PORT_t src_port
 Source UDP port. More...
 
UDP_PORT_t dst_port
 Destination UDP port. More...
 
UINT16_t buffer_size
 UDP payload buffer size. More...
 
SEGOFF16_t buffer
 UDP payload buffer address. More...
 

Detailed Description

Parameter block for pxenv_udp_write()

Definition at line 759 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_UDP_WRITE::Status

PXE status code.

Definition at line 760 of file pxe_api.h.

◆ ip

IP4_t s_PXENV_UDP_WRITE::ip

Destination IP address.

Definition at line 761 of file pxe_api.h.

◆ gw

IP4_t s_PXENV_UDP_WRITE::gw

Relay agent IP address.

Definition at line 762 of file pxe_api.h.

◆ src_port

UDP_PORT_t s_PXENV_UDP_WRITE::src_port

Source UDP port.

Definition at line 763 of file pxe_api.h.

◆ dst_port

UDP_PORT_t s_PXENV_UDP_WRITE::dst_port

Destination UDP port.

Definition at line 764 of file pxe_api.h.

◆ buffer_size

UINT16_t s_PXENV_UDP_WRITE::buffer_size

UDP payload buffer size.

Definition at line 765 of file pxe_api.h.

◆ buffer

SEGOFF16_t s_PXENV_UDP_WRITE::buffer

UDP payload buffer address.

Definition at line 766 of file pxe_api.h.


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