|
The Assimilation Monitoring Project
|
Offsets of things that occur at the beginning of each TLV entry. More...
|
Macros | |
| #define | CDPTLV_TYPESZ 2 |
| Size of the type element in the CDP TLV triple. More... | |
| #define | CDPTLV_LENSZ 2 |
| Size of the length element in a CDP TLV. More... | |
| #define | CDPTLV_TYPELENSZ (CDPTLV_TYPESZ+CDPTLV_LENSZ) /* 4 */ |
| Overhead - offset to the beginning of the CDP TLV Value. More... | |
Offsets of things that occur at the beginning of each TLV entry.
| #define CDPTLV_LENSZ 2 |
| #define CDPTLV_TYPELENSZ (CDPTLV_TYPESZ+CDPTLV_LENSZ) /* 4 */ |
Overhead - offset to the beginning of the CDP TLV Value.
Definition at line 82 of file cdp_min.c.
Referenced by get_cdptlv_body(), get_cdptlv_first(), get_cdptlv_next(), get_cdptlv_vlen(), and is_valid_cdp_packet().