Lines Matching defs:nhrp_header
53 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 */
65 u_int8_t shtl; /* type and length of src NBMA addr */
66 u_int8_t sstl; /* type and length of src NBMA
69 u_int8_t spl; /* src proto len */
70 u_int8_t dpl; /* dst proto len */
71 u_int16_t flags; /* flags */
72 union {
100 struct nhrp_header *hdr; in nhrp_print() argument