LldpNeighborEntry Struct Reference

LLDP neighbor entry. More...

#include <lldp.h>

Data Fields

uint32_t index
 Arbitrary local integer value used to identify the entry. More...
 
uint32_t timeMark
 Timestamp used to implement time-filtered rows. More...
 
uint_t portIndex
 Port on which the LLDPDU was received. More...
 
uint_t rxInfoTTL
 Time remaining until the information is no longer valid. More...
 
LldpDataUnit rxInfo
 Remote system information. More...
 

Detailed Description

LLDP neighbor entry.

Definition at line 259 of file lldp.h.

Field Documentation

◆ index

uint32_t index

Arbitrary local integer value used to identify the entry.

Definition at line 261 of file lldp.h.

◆ portIndex

uint_t portIndex

Port on which the LLDPDU was received.

Definition at line 263 of file lldp.h.

◆ rxInfo

LldpDataUnit rxInfo

Remote system information.

Definition at line 265 of file lldp.h.

◆ rxInfoTTL

uint_t rxInfoTTL

Time remaining until the information is no longer valid.

Definition at line 264 of file lldp.h.

◆ timeMark

uint32_t timeMark

Timestamp used to implement time-filtered rows.

Definition at line 262 of file lldp.h.


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