s_PXENV_TFTP_READ_FILE Struct Reference
[PXENV_TFTP_READ_FILE]

Parameter block for pxenv_tftp_read_file(). More...

#include <pxe_api.h>


Data Fields

PXENV_STATUS_t Status
 PXE status code.
UINT8_t FileName [128]
 File name.
UINT32_t BufferSize
 Size of data buffer.
ADDR32_t Buffer
 Address of data buffer.
IP4_t ServerIPAddress
 TFTP server IP address.
IP4_t GatewayIPAddress
 Relay agent IP address.
IP4_t McastIPAddress
 File multicast IP address.
UDP_PORT_t TFTPClntPort
 Client multicast listening port.
UDP_PORT_t TFTPSrvPort
 Server multicast listening port.
UINT16_t TFTPOpenTimeOut
 TFTP open timeout.
UINT16_t TFTPReopenDelay
 TFTP reopen timeout.


Detailed Description

Parameter block for pxenv_tftp_read_file().

Definition at line 663 of file pxe_api.h.


Field Documentation

PXE status code.

Definition at line 664 of file pxe_api.h.

Referenced by pxenv_restart_tftp(), and pxenv_tftp_read_file().

File name.

Definition at line 665 of file pxe_api.h.

Referenced by pxenv_tftp_read_file().

Size of data buffer.

Definition at line 666 of file pxe_api.h.

Referenced by pxenv_restart_tftp(), and pxenv_tftp_read_file().

Address of data buffer.

Definition at line 667 of file pxe_api.h.

Referenced by pxenv_restart_tftp(), and pxenv_tftp_read_file().

TFTP server IP address.

Definition at line 668 of file pxe_api.h.

Referenced by pxenv_tftp_read_file().

Relay agent IP address.

Definition at line 669 of file pxe_api.h.

File multicast IP address.

Definition at line 671 of file pxe_api.h.

Client multicast listening port.

Definition at line 673 of file pxe_api.h.

Server multicast listening port.

Definition at line 675 of file pxe_api.h.

TFTP open timeout.

This is the timeout for receiving the first DATA or ACK packets during the MTFTP Listen phase.

Definition at line 681 of file pxe_api.h.

TFTP reopen timeout.

This is the timeout for receiving an ACK packet while in the MTFTP Listen phase (when at least one ACK packet has already been seen).

Definition at line 688 of file pxe_api.h.


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