iPXE
eth_slow_lacp Struct Reference

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.

Detailed Description

LACP packet.

Definition at line 225 of file eth_slow.h.

Field Documentation

◆ header

struct eth_slow_header eth_slow_lacp::header

Slow protocols header.

Definition at line 227 of file eth_slow.h.

◆ actor

struct eth_slow_lacp_entity_tlv eth_slow_lacp::actor

Actor information.

Definition at line 229 of file eth_slow.h.

◆ partner

struct eth_slow_lacp_entity_tlv eth_slow_lacp::partner

Partner information.

Definition at line 231 of file eth_slow.h.

◆ collector

struct eth_slow_lacp_collector_tlv eth_slow_lacp::collector

Collector information.

Definition at line 233 of file eth_slow.h.

◆ terminator

struct eth_slow_terminator_tlv eth_slow_lacp::terminator

Terminator.

Definition at line 235 of file eth_slow.h.

◆ reserved

uint8_t eth_slow_lacp::reserved[50]

Reserved.

Definition at line 237 of file eth_slow.h.


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