Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.h214 struct ospfhdr { struct
215 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 …]