|
The Assimilation Monitoring Project
|
|
Macros | |
| #define | LLDP_TLV_END 0 |
| end of TLV - Length must be zero More... | |
| #define | LLDP_TLV_CHID 1 |
| Chassis ID. More... | |
| #define | LLDP_TLV_PID 2 |
| Port ID. More... | |
| #define | LLDP_TLV_TTL 3 |
| Time to Live (seconds) More... | |
| #define | LLDP_TLV_PORT_DESCR 4 |
| Port description. More... | |
| #define | LLDP_TLV_SYS_NAME 5 |
| System name. More... | |
| #define | LLDP_TLV_SYS_DESCR 6 |
| System description. More... | |
| #define | LLDP_TLV_SYS_CAPS 7 |
| System capabilities. More... | |
| #define | LLDP_TLV_MGMT_ADDR 8 |
| System capabilities. More... | |
| #define | LLDP_TLV_ORG_SPECIFIC 127 |
| So-called organizationally specific TLVs. More... | |
| #define LLDP_TLV_CHID 1 |
Chassis ID.
Definition at line 43 of file lldp.h.
Referenced by get_lldp_chassis_id(), and is_valid_lldp_packet().
| #define LLDP_TLV_END 0 |
end of TLV - Length must be zero
Definition at line 42 of file lldp.h.
Referenced by get_lldptlv_next(), and is_valid_lldp_packet().
| #define LLDP_TLV_ORG_SPECIFIC 127 |
So-called organizationally specific TLVs.
Definition at line 51 of file lldp.h.
Referenced by dump_lldp_packet(), and get_lldp_type_string().
| #define LLDP_TLV_PID 2 |
Port ID.
Definition at line 44 of file lldp.h.
Referenced by get_lldp_port_id(), and is_valid_lldp_packet().
| #define LLDP_TLV_TTL 3 |