Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
net_lldp_time_to_live_tlv Struct Reference

Time To Live TLV, see chapter 8.5.4 in IEEE 802.1AB. More...

#include <zephyr/net/lldp.h>

Data Fields

uint16_t type_length
 7 bits for type, 9 bits for length
uint16_t ttl
 Time To Live (TTL) value.

Detailed Description

Time To Live TLV, see chapter 8.5.4 in IEEE 802.1AB.

Field Documentation

◆ ttl

uint16_t net_lldp_time_to_live_tlv::ttl

Time To Live (TTL) value.

◆ type_length

uint16_t net_lldp_time_to_live_tlv::type_length

7 bits for type, 9 bits for length


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