LSA Header for OSPFv2. More...
Data Fields | |
uint16_t | age |
Time in seconds since LSA originated. | |
libtrace_ospf_options_t | lsa_options |
Options. | |
uint8_t | lsa_type |
LSA type. | |
struct in_addr | ls_id |
Link State ID. | |
struct in_addr | adv_router |
Router that originated this LSA. | |
uint32_t | seq |
LS sequence number. | |
uint16_t | checksum |
Checksum. | |
uint16_t | length |
Length of the LSA including LSA header. |
LSA Header for OSPFv2.
struct in_addr libtrace_ospf_lsa_v2_t::adv_router |
Router that originated this LSA.
uint16_t libtrace_ospf_lsa_v2_t::age |
Time in seconds since LSA originated.
uint16_t libtrace_ospf_lsa_v2_t::checksum |
Checksum.
uint16_t libtrace_ospf_lsa_v2_t::length |
Length of the LSA including LSA header.
struct in_addr libtrace_ospf_lsa_v2_t::ls_id |
Link State ID.
uint8_t libtrace_ospf_lsa_v2_t::lsa_type |
LSA type.
Referenced by trace_get_next_ospf_lsa_v2().
uint32_t libtrace_ospf_lsa_v2_t::seq |
LS sequence number.