Home
last modified time | relevance | path

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

/external/tcpdump/
Daodv.h100 struct aodv_rrep6_draft_01 { struct
101 u_int8_t rrep_type; /* AODV message type (17) */
102 u_int8_t rrep_flags; /* various flags */
103 u_int8_t rrep_ps; /* prefix size */
104 u_int8_t rrep_hops; /* number of hops from o to d */
105 u_int32_t rrep_ds; /* destination sequence number */
106 struct in6_addr rrep_da; /* destination IPv6 address */
107 struct in6_addr rrep_oa; /* originator IPv6 address */
108 u_int32_t rrep_life; /* lifetime of this route */