|
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 45 of file lldp.c.
Referenced by lldp_probe(), and lldp_remove().
| const char* lldp_settings::name |
Name.
Definition at line 47 of file lldp.c.
Referenced by lldp_fetch(), lldp_probe(), lldp_remove(), and lldp_rx().
| void* lldp_settings::data |
LLDP data.
Definition at line 49 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 51 of file lldp.c.
Referenced by lldp_fetch(), and lldp_rx().
1.8.15