#include <pxe_api.h>
Data Fields | |
| PXENV_STATUS_t | Status |
| PXE status code. | |
| UINT8_t | Protocol |
| Protocol. | |
| UINT8_t | XmitFlag |
| Unicast/broadcast flag. | |
| SEGOFF16_t | DestAddr |
| Destination MAC address. | |
| SEGOFF16_t | TBD |
| Address of the Transmit Buffer Descriptor. | |
| UINT32_t | Reserved [2] |
| Must be zero. | |
Definition at line 1100 of file pxe_api.h.
Unicast/broadcast flag.
Valid values are XMT_DESTADDR or XMT_BROADCAST.
Definition at line 1113 of file pxe_api.h.
Referenced by pxenv_undi_transmit().
Destination MAC address.
Definition at line 1114 of file pxe_api.h.
Referenced by pxenv_undi_transmit(), and undinet_transmit().
Address of the Transmit Buffer Descriptor.
This is a pointer to a struct s_PXENV_UNDI_TBD.
Definition at line 1119 of file pxe_api.h.
Referenced by pxenv_undi_transmit(), and undinet_transmit().
1.5.7.1