Home
last modified time | relevance | path

Searched refs:aodv_hello (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-aodv.c166 struct aodv_hello { struct
179 const struct aodv_hello *ah; in aodv_extension() argument
183 ah = (const struct aodv_hello *)(const void *)ep; in aodv_extension()
185 if (length < sizeof(struct aodv_hello)) in aodv_extension()