Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
 4.1.99
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

LLDP Data Unit (LLDPDU) shall contain the following ordered TLVs as stated in "8.2 LLDPDU format" from the IEEE 802.1AB. More...

#include <lldp.h>

Data Fields

struct net_lldp_chassis_tlv chassis_id
 Mandatory Chassis TLV.
 
struct net_lldp_port_tlv port_id
 Mandatory Port TLV.
 
struct net_lldp_time_to_live_tlv ttl
 Mandatory TTL TLV.
 

Detailed Description

LLDP Data Unit (LLDPDU) shall contain the following ordered TLVs as stated in "8.2 LLDPDU format" from the IEEE 802.1AB.

Field Documentation

◆ chassis_id

struct net_lldp_chassis_tlv net_lldpdu::chassis_id

Mandatory Chassis TLV.

◆ port_id

struct net_lldp_port_tlv net_lldpdu::port_id

Mandatory Port TLV.

◆ ttl

struct net_lldp_time_to_live_tlv net_lldpdu::ttl

Mandatory TTL TLV.


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