s_PXENV_UDP_READ Struct Reference
[PXENV_UDP_READ]

Parameter block for pxenv_udp_read(). More...

#include <pxe_api.h>


Data Fields

PXENV_STATUS_t Status
 PXE status code.
IP4_t src_ip
 Source IP address.
IP4_t dest_ip
 Destination IP address.
UDP_PORT_t s_port
 Source UDP port.
UDP_PORT_t d_port
 Destination UDP port.
UINT16_t buffer_size
 UDP payload buffer size.
SEGOFF16_t buffer
 UDP payload buffer address.


Detailed Description

Parameter block for pxenv_udp_read().

Definition at line 814 of file pxe_api.h.


Field Documentation

PXE status code.

Definition at line 815 of file pxe_api.h.

Referenced by pxenv_udp_read().

Source IP address.

Definition at line 816 of file pxe_api.h.

Referenced by pxe_udp_deliver_iob(), and pxenv_udp_read().

Destination IP address.

Definition at line 817 of file pxe_api.h.

Referenced by pxe_udp_deliver_iob(), and pxenv_udp_read().

Source UDP port.

Definition at line 818 of file pxe_api.h.

Referenced by pxe_udp_deliver_iob(), and pxenv_udp_read().

Destination UDP port.

Definition at line 819 of file pxe_api.h.

Referenced by pxe_udp_deliver_iob(), and pxenv_udp_read().

UDP payload buffer size.

Definition at line 820 of file pxe_api.h.

Referenced by pxe_udp_deliver_iob(), and pxenv_udp_read().

UDP payload buffer address.

Definition at line 821 of file pxe_api.h.

Referenced by pxe_udp_deliver_iob(), and pxenv_udp_read().


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

Generated on Tue Apr 6 20:02:09 2010 for gPXE by  doxygen 1.5.7.1