iPXE
|
TLV (type, length, value) header. More...
#include <eth_slow.h>
Data Fields | |
uint8_t | type |
Type. More... | |
uint8_t | length |
Length. More... | |
TLV (type, length, value) header.
Definition at line 33 of file eth_slow.h.
uint8_t eth_slow_tlv_header::type |
Type.
This is an ETH_SLOW_TLV_XXX constant.
Definition at line 38 of file eth_slow.h.
Referenced by eth_slow_lacp_rx(), eth_slow_marker_dump(), and eth_slow_marker_rx().
uint8_t eth_slow_tlv_header::length |
Length.
The length includes the TLV header (except for a TLV terminator, which has a length of zero).
Definition at line 44 of file eth_slow.h.
Referenced by eth_slow_lacp_rx().