#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. | |
Definition at line 663 of file pxe_api.h.
PXE status code.
Definition at line 664 of file pxe_api.h.
Referenced by pxenv_restart_tftp(), and 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().
1.5.7.1