#include <pxe_api.h>
Data Fields | |
| UINT8_t | TDPtrType |
| Always 1. | |
| UINT8_t | TDRsvdByte |
| Must be zero. | |
| UINT16_t | TDDataLen |
| Length of this transmit buffer. | |
| SEGOFF16_t | TDDataPtr |
| Address of this transmit buffer. | |
Definition at line 1081 of file pxe_api.h.
Always 1.
A value of 0 would indicate that TDDataPtr were an ADDR32_t rather than a SEGOFF16_t. The PXE specification version 2.1 explicitly states that this is not supported; TDDataPtr will always be a SEGOFF16_t.
Length of this transmit buffer.
Definition at line 1092 of file pxe_api.h.
Referenced by pxenv_undi_transmit().
1.5.7.1