Searched defs:ospfhdr (Results 1 – 1 of 1) sorted by relevance
216 struct ospfhdr { struct217 uchar_t ospf_version;218 uchar_t ospf_type;219 ushort_t ospf_len;220 struct in_addr ospf_routerid;221 struct in_addr ospf_areaid;222 ushort_t ospf_chksum;223 ushort_t ospf_authtype;224 uchar_t ospf_authdata[OSPF_AUTH_SIZE];225 union {[all …]