#include <pxe_api.h>
Data Fields | |
| PXENV_STATUS_t | Status |
| PXE status code. | |
| IP4_t | ip |
| Destination IP address. | |
| IP4_t | gw |
| Relay agent IP address. | |
| UDP_PORT_t | src_port |
| Source UDP port. | |
| UDP_PORT_t | dst_port |
| Destination UDP port. | |
| UINT16_t | buffer_size |
| UDP payload buffer size. | |
| SEGOFF16_t | buffer |
| UDP payload buffer address. | |
Definition at line 787 of file pxe_api.h.
UDP payload buffer address.
Definition at line 794 of file pxe_api.h.
Referenced by pxenv_udp_write().
1.5.7.1