HomeSort by relevance Sort by last modified time
    Searched refs:aodv_rerr (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
aodv.h 132 struct aodv_rerr { struct
157 struct aodv_rerr rerr;
169 #define AODV_RERR 3 /* error report */
print-aodv.c 146 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);
425 case AODV_RERR:
429 aodv_rerr(ap, dat, length);

Completed in 80 milliseconds