Searched defs:ospfhdr (Results 1 – 1 of 1) sorted by relevance
261 struct ospfhdr { struct262 nd_uint8_t ospf_version;263 nd_uint8_t ospf_type;264 nd_uint16_t ospf_len;265 nd_ipv4 ospf_routerid;266 nd_ipv4 ospf_areaid;267 nd_uint16_t ospf_chksum;268 nd_uint16_t ospf_authtype;269 nd_byte ospf_authdata[OSPF_AUTH_SIZE];270 union {[all …]