iPXE
|
Marker TLV. More...
#include <eth_slow.h>
Data Fields | |
struct eth_slow_tlv_header | tlv |
TLV header. More... | |
uint16_t | port |
Requester port. More... | |
uint8_t | system [ETH_ALEN] |
Requester system. More... | |
uint32_t | xact |
Requester transaction ID. More... | |
uint16_t | pad |
Padding. More... | |
Marker TLV.
Definition at line 210 of file eth_slow.h.
struct eth_slow_tlv_header eth_slow_marker_tlv::tlv |
TLV header.
Definition at line 212 of file eth_slow.h.
Referenced by eth_slow_marker_dump(), and eth_slow_marker_rx().
uint16_t eth_slow_marker_tlv::port |
uint32_t eth_slow_marker_tlv::xact |
Requester transaction ID.
Definition at line 218 of file eth_slow.h.
Referenced by eth_slow_marker_dump().
uint16_t eth_slow_marker_tlv::pad |
Padding.
Definition at line 220 of file eth_slow.h.