iPXE
Data Fields

Parameter block for pxenv_udp_read() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
IP4_t src_ip
 Source IP address. More...
 
IP4_t dest_ip
 Destination IP address. More...
 
UDP_PORT_t s_port
 Source UDP port. More...
 
UDP_PORT_t d_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_read()

Definition at line 784 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_UDP_READ::Status

PXE status code.

Definition at line 785 of file pxe_api.h.

◆ src_ip

IP4_t s_PXENV_UDP_READ::src_ip

Source IP address.

Definition at line 786 of file pxe_api.h.

◆ dest_ip

IP4_t s_PXENV_UDP_READ::dest_ip

Destination IP address.

Definition at line 787 of file pxe_api.h.

◆ s_port

UDP_PORT_t s_PXENV_UDP_READ::s_port

Source UDP port.

Definition at line 788 of file pxe_api.h.

◆ d_port

UDP_PORT_t s_PXENV_UDP_READ::d_port

Destination UDP port.

Definition at line 789 of file pxe_api.h.

◆ buffer_size

UINT16_t s_PXENV_UDP_READ::buffer_size

UDP payload buffer size.

Definition at line 790 of file pxe_api.h.

◆ buffer

SEGOFF16_t s_PXENV_UDP_READ::buffer

UDP payload buffer address.

Definition at line 791 of file pxe_api.h.


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