OSPFv2 Database Description packet. More...
Data Fields | |
uint16_t | mtu |
Interface MTU. | |
libtrace_ospf_options_t | db_desc_options |
Options. | |
LT_BITFIELD8 | db_desc_ms:1 |
If set, this router is the master. | |
LT_BITFIELD8 | db_desc_m:1 |
If set, more packets to follow. | |
LT_BITFIELD8 | db_desc_i:1 |
If set, this is the first packet in sequence. | |
LT_BITFIELD8 | zero:5 |
uint32_t | seq |
Sequence number for DD packets. |
OSPFv2 Database Description packet.
LT_BITFIELD8 libtrace_ospf_db_desc_v2_t::db_desc_i |
If set, this is the first packet in sequence.
LT_BITFIELD8 libtrace_ospf_db_desc_v2_t::db_desc_m |
If set, more packets to follow.
LT_BITFIELD8 libtrace_ospf_db_desc_v2_t::db_desc_ms |
If set, this router is the master.
uint16_t libtrace_ospf_db_desc_v2_t::mtu |
Interface MTU.
uint32_t libtrace_ospf_db_desc_v2_t::seq |
Sequence number for DD packets.