Searched defs:ospfhdr (Results 1 – 1 of 1) sorted by relevance
171 struct ospfhdr { struct172 u_char ospf_version;173 u_char ospf_type;174 u_short ospf_len;175 struct in_addr ospf_routerid;176 struct in_addr ospf_areaid;177 u_short ospf_chksum;178 u_short ospf_authtype;179 u_char ospf_authdata[OSPF_AUTH_SIZE];180 union {[all …]