Searched defs:ospf6hdr (Results 1 – 1 of 1) sorted by relevance
117 struct ospf6hdr { struct118 uint8_t ospf6_version;119 uint8_t ospf6_type;120 uint16_t ospf6_len;121 uint32_t ospf6_routerid;122 uint32_t ospf6_areaid;123 uint16_t ospf6_chksum;124 uint8_t ospf6_instanceid;125 uint8_t ospf6_rsvd;126 union {[all …]