Searched defs:ospfhdr (Results 1 – 1 of 1) sorted by relevance
263 struct ospfhdr { struct264 uint8_t ospf_version;265 uint8_t ospf_type;266 uint16_t ospf_len;267 struct in_addr ospf_routerid;268 struct in_addr ospf_areaid;269 uint16_t ospf_chksum;270 uint16_t ospf_authtype;271 uint8_t ospf_authdata[OSPF_AUTH_SIZE];272 union {[all …]