Searched defs:ospfhdr (Results 1 – 2 of 2) sorted by relevance
214 struct ospfhdr { struct215 uchar_t ospf_version;216 uchar_t ospf_type;217 ushort_t ospf_len;218 struct in_addr ospf_routerid;219 struct in_addr ospf_areaid;220 ushort_t ospf_chksum;221 ushort_t ospf_authtype;222 uchar_t ospf_authdata[OSPF_AUTH_SIZE];223 union {[all …]
263 struct ospfhdr { struct264 nd_uint8_t ospf_version;265 nd_uint8_t ospf_type;266 nd_uint16_t ospf_len;267 nd_ipv4 ospf_routerid;268 nd_ipv4 ospf_areaid;269 nd_uint16_t ospf_chksum;270 nd_uint16_t ospf_authtype;271 nd_byte ospf_authdata[OSPF_AUTH_SIZE];272 union {[all …]