|
iPXE
|
Marker packet. More...
#include <eth_slow.h>
Data Fields | |
| struct eth_slow_header | header |
| Slow protocols header. | |
| struct eth_slow_marker_tlv | marker |
| Marker information. | |
| struct eth_slow_terminator_tlv | terminator |
| Terminator. | |
| uint8_t | reserved [90] |
| Reserved. | |
Marker packet.
Definition at line 241 of file eth_slow.h.
| struct eth_slow_header eth_slow_marker::header |
Slow protocols header.
Definition at line 243 of file eth_slow.h.
| struct eth_slow_marker_tlv eth_slow_marker::marker |
Marker information.
Definition at line 245 of file eth_slow.h.
| struct eth_slow_terminator_tlv eth_slow_marker::terminator |
Terminator.
Definition at line 247 of file eth_slow.h.
| uint8_t eth_slow_marker::reserved[90] |
Reserved.
Definition at line 249 of file eth_slow.h.