Home
last modified time | relevance | path

Searched defs:ospfhdr (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.h216 struct ospfhdr { struct
217 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 …]