iPXE
|
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... | |
struct settings lldp_settings::settings |
Settings interface.
Definition at line 44 of file lldp.c.
Referenced by lldp_probe(), and lldp_remove().
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().
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().
size_t lldp_settings::len |
Length of LLDP data.
Definition at line 50 of file lldp.c.
Referenced by lldp_fetch(), and lldp_rx().