Searched defs:ospfhdr (Results 1 – 1 of 1) 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 …]