Searched defs:ospfhdr (Results 1 – 1 of 1) sorted by relevance
262 struct ospfhdr { struct263 u_int8_t ospf_version;264 u_int8_t ospf_type;265 u_int16_t ospf_len;266 struct in_addr ospf_routerid;267 struct in_addr ospf_areaid;268 u_int16_t ospf_chksum;269 u_int16_t ospf_authtype;270 u_int8_t ospf_authdata[OSPF_AUTH_SIZE];271 union {[all …]