iPXE
Data Fields

Parameter block for pxenv_get_cached_info() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
UINT16_t PacketType
 Packet type. More...
 
UINT16_t BufferSize
 Buffer size. More...
 
SEGOFF16_t Buffer
 Buffer address. More...
 
UINT16_t BufferLimit
 Maximum buffer size. More...
 

Detailed Description

Parameter block for pxenv_get_cached_info()

Definition at line 286 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_GET_CACHED_INFO::Status

PXE status code.

Definition at line 287 of file pxe_api.h.

Referenced by pxenv_get_cached_info().

◆ PacketType

UINT16_t s_PXENV_GET_CACHED_INFO::PacketType

Packet type.

Valid values are PXENV_PACKET_TYPE_DHCP_DISCOVER, PXENV_PACKET_TYPE_DHCP_ACK or PXENV_PACKET_TYPE_CACHED_REPLY

Definition at line 293 of file pxe_api.h.

Referenced by pxenv_get_cached_info().

◆ BufferSize

UINT16_t s_PXENV_GET_CACHED_INFO::BufferSize

Buffer size.

Definition at line 294 of file pxe_api.h.

Referenced by pxenv_get_cached_info().

◆ Buffer

SEGOFF16_t s_PXENV_GET_CACHED_INFO::Buffer

Buffer address.

Definition at line 295 of file pxe_api.h.

Referenced by pxenv_get_cached_info().

◆ BufferLimit

UINT16_t s_PXENV_GET_CACHED_INFO::BufferLimit

Maximum buffer size.

Definition at line 296 of file pxe_api.h.

Referenced by pxenv_get_cached_info().


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