Home
last modified time | relevance | path

Searched defs:ospfhdr (Results 1 – 2 of 2) 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 …]
/freebsd/contrib/tcpdump/
H A Dospf.h263 struct ospfhdr { struct
264 nd_uint8_t ospf_version;
265 nd_uint8_t ospf_type;
266 nd_uint16_t ospf_len;
267 nd_ipv4 ospf_routerid;
268 nd_ipv4 ospf_areaid;
269 nd_uint16_t ospf_chksum;
270 nd_uint16_t ospf_authtype;
271 nd_byte ospf_authdata[OSPF_AUTH_SIZE];
272 union {
[all …]