Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3

Chassis ID TLV, see chapter 8.5.2 in IEEE 802.1AB. More...

#include <zephyr/net/lldp.h>

Data Fields

uint16_t type_length
 7 bits for type, 9 bits for length
uint8_t subtype
 ID subtype.
uint8_t value [NET_LLDP_CHASSIS_ID_VALUE_LEN]
 Chassis ID value.

Detailed Description

Chassis ID TLV, see chapter 8.5.2 in IEEE 802.1AB.

Field Documentation

◆ subtype

uint8_t net_lldp_chassis_tlv::subtype

ID subtype.

◆ type_length

uint16_t net_lldp_chassis_tlv::type_length

7 bits for type, 9 bits for length

◆ value

uint8_t net_lldp_chassis_tlv::value[NET_LLDP_CHASSIS_ID_VALUE_LEN]

Chassis ID value.


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