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

/freebsd-9.3-release/contrib/tcpdump/
H A Daodv.h132 struct aodv_rerr { struct
157 struct aodv_rerr rerr;
H A Dprint-aodv.c146 aodv_rerr(const union aodv *ap, const u_char *dat, u_int length) function
157 if (i < offsetof(struct aodv_rerr, r)) {
161 i -= offsetof(struct aodv_rerr, r);
265 i = length - offsetof(struct aodv_rerr, r);
374 i = length - offsetof(struct aodv_rerr, r);
429 aodv_rerr(ap, dat, length);

Completed in 97 milliseconds