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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
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 65 milliseconds