Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/tcpdump/
H A Dprint-nhrp.c53 struct nhrp_header { struct
55 u_int16_t afn; /* link layer address */
56 u_int16_t pro_type; /* protocol type (short form) */
57 u_int8_t pro_snap[5]; /* protocol type (long form) */
58 u_int8_t hopcnt; /* hop count */
59 u_int16_t pktsz; /* length of the NHRP packet (octets) */
60 u_int16_t chksum; /* IP checksum over the entier packet */
61 u_int16_t extoff; /* extension offset */
62 u_int8_t op_version; /* version of address mapping and
64 u_int8_t op_type; /* NHRP packet type */
[all …]