iPXE
Data Fields

Parameter block for pxenv_tftp_get_fsize() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
IP4_t ServerIPAddress
 TFTP server IP address. More...
 
IP4_t GatewayIPAddress
 Relay agent IP address. More...
 
UINT8_t FileName [128]
 File name. More...
 
UINT32_t FileSize
 Size of the file. More...
 

Detailed Description

Parameter block for pxenv_tftp_get_fsize()

Definition at line 688 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_TFTP_GET_FSIZE::Status

PXE status code.

Definition at line 689 of file pxe_api.h.

Referenced by pxenv_tftp_get_fsize().

◆ ServerIPAddress

IP4_t s_PXENV_TFTP_GET_FSIZE::ServerIPAddress

TFTP server IP address.

Definition at line 690 of file pxe_api.h.

Referenced by pxenv_tftp_get_fsize().

◆ GatewayIPAddress

IP4_t s_PXENV_TFTP_GET_FSIZE::GatewayIPAddress

Relay agent IP address.

Definition at line 691 of file pxe_api.h.

◆ FileName

UINT8_t s_PXENV_TFTP_GET_FSIZE::FileName[128]

File name.

Definition at line 692 of file pxe_api.h.

Referenced by pxenv_tftp_get_fsize().

◆ FileSize

UINT32_t s_PXENV_TFTP_GET_FSIZE::FileSize

Size of the file.

Definition at line 693 of file pxe_api.h.

Referenced by pxenv_tftp_get_fsize().


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