|
iPXE
|
Marker TLV. More...
#include <eth_slow.h>
Data Fields | |
| struct eth_slow_tlv_header | tlv |
| TLV header. | |
| uint16_t | port |
| Requester port. | |
| uint8_t | system [ETH_ALEN] |
| Requester system. | |
| uint32_t | xact |
| Requester transaction ID. | |
| uint16_t | pad |
| Padding. | |
Marker TLV.
Definition at line 211 of file eth_slow.h.
| struct eth_slow_tlv_header eth_slow_marker_tlv::tlv |
TLV header.
Definition at line 213 of file eth_slow.h.
| uint16_t eth_slow_marker_tlv::port |
Requester port.
Definition at line 215 of file eth_slow.h.
Requester system.
Definition at line 217 of file eth_slow.h.
| uint32_t eth_slow_marker_tlv::xact |
Requester transaction ID.
Definition at line 219 of file eth_slow.h.
| uint16_t eth_slow_marker_tlv::pad |
Padding.
Definition at line 221 of file eth_slow.h.