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

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

#include <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: