iPXE
Data Fields
lldp_settings Struct Reference

An LLDP settings block. More...

Data Fields

struct settings settings
 Settings interface. More...
 
const char * name
 Name. More...
 
void * data
 LLDP data. More...
 
size_t len
 Length of LLDP data. More...
 

Detailed Description

An LLDP settings block.

Definition at line 42 of file lldp.c.

Field Documentation

◆ settings

struct settings lldp_settings::settings

Settings interface.

Definition at line 44 of file lldp.c.

Referenced by lldp_probe(), and lldp_remove().

◆ name

const char* lldp_settings::name

Name.

Definition at line 46 of file lldp.c.

Referenced by lldp_fetch(), lldp_probe(), lldp_remove(), and lldp_rx().

◆ data

void* lldp_settings::data

LLDP data.

Definition at line 48 of file lldp.c.

Referenced by lldp_fetch(), lldp_probe(), lldp_remove(), and lldp_rx().

◆ len

size_t lldp_settings::len

Length of LLDP data.

Definition at line 50 of file lldp.c.

Referenced by lldp_fetch(), and lldp_rx().


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