Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-aodv.c171 struct aodv_hello { struct
184 const struct aodv_hello *ah; in aodv_extension() argument
188 ah = (const struct aodv_hello *)(const void *)ep; in aodv_extension()
190 if (length < sizeof(struct aodv_hello)) in aodv_extension()