iPXE
Data Fields
eth_slow_lacp Struct Reference

LACP packet. More...

#include <eth_slow.h>

Data Fields

struct eth_slow_header header
 Slow protocols header. More...
 
struct eth_slow_lacp_entity_tlv actor
 Actor information. More...
 
struct eth_slow_lacp_entity_tlv partner
 Partner information. More...
 
struct eth_slow_lacp_collector_tlv collector
 Collector information. More...
 
struct eth_slow_terminator_tlv terminator
 Terminator. More...
 
uint8_t reserved [50]
 Reserved. More...
 

Detailed Description

LACP packet.

Definition at line 224 of file eth_slow.h.

Field Documentation

◆ header

struct eth_slow_header eth_slow_lacp::header

Slow protocols header.

Definition at line 226 of file eth_slow.h.

Referenced by eth_slow_lacp_rx().

◆ actor

struct eth_slow_lacp_entity_tlv eth_slow_lacp::actor

Actor information.

Definition at line 228 of file eth_slow.h.

Referenced by eth_slow_lacp_dump(), and eth_slow_lacp_rx().

◆ partner

struct eth_slow_lacp_entity_tlv eth_slow_lacp::partner

Partner information.

Definition at line 230 of file eth_slow.h.

Referenced by eth_slow_lacp_dump(), and eth_slow_lacp_rx().

◆ collector

struct eth_slow_lacp_collector_tlv eth_slow_lacp::collector

Collector information.

Definition at line 232 of file eth_slow.h.

Referenced by eth_slow_lacp_dump(), and eth_slow_lacp_rx().

◆ terminator

struct eth_slow_terminator_tlv eth_slow_lacp::terminator

Terminator.

Definition at line 234 of file eth_slow.h.

Referenced by eth_slow_lacp_rx().

◆ reserved

uint8_t eth_slow_lacp::reserved[50]

Reserved.

Definition at line 236 of file eth_slow.h.

Referenced by eth_slow_lacp_rx().


The documentation for this struct was generated from the following file: