|
iPXE
|
LACP packet. More...
#include <eth_slow.h>
Data Fields | |
| struct eth_slow_header | header |
| Slow protocols header. | |
| struct eth_slow_lacp_entity_tlv | actor |
| Actor information. | |
| struct eth_slow_lacp_entity_tlv | partner |
| Partner information. | |
| struct eth_slow_lacp_collector_tlv | collector |
| Collector information. | |
| struct eth_slow_terminator_tlv | terminator |
| Terminator. | |
| uint8_t | reserved [50] |
| Reserved. | |
LACP packet.
Definition at line 225 of file eth_slow.h.
| struct eth_slow_header eth_slow_lacp::header |
Slow protocols header.
Definition at line 227 of file eth_slow.h.
| struct eth_slow_lacp_entity_tlv eth_slow_lacp::actor |
Actor information.
Definition at line 229 of file eth_slow.h.
| struct eth_slow_lacp_entity_tlv eth_slow_lacp::partner |
Partner information.
Definition at line 231 of file eth_slow.h.
| struct eth_slow_lacp_collector_tlv eth_slow_lacp::collector |
Collector information.
Definition at line 233 of file eth_slow.h.
| struct eth_slow_terminator_tlv eth_slow_lacp::terminator |
Terminator.
Definition at line 235 of file eth_slow.h.
| uint8_t eth_slow_lacp::reserved[50] |
Reserved.
Definition at line 237 of file eth_slow.h.