Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-aodv.c146 aodv_rerr(const union aodv *ap, const u_char *dat, u_int length) in aodv_rerr() function
157 if (i < offsetof(struct aodv_rerr, r)) { in aodv_rerr()
161 i -= offsetof(struct aodv_rerr, r); in aodv_rerr()
265 i = length - offsetof(struct aodv_rerr, r); in aodv_v6_rerr()
374 i = length - offsetof(struct aodv_rerr, r); in aodv_v6_draft_01_rerr()
429 aodv_rerr(ap, dat, length); in aodv_print()
Daodv.h132 struct aodv_rerr { struct
157 struct aodv_rerr rerr; argument