Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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: