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

  /external/tcpdump/
print-aodv.c 35 "@(#) $Header: /tcpdump/master/tcpdump/print-aodv.c,v 1.11 2004/03/24 00:30:19 guy Exp $ (LBL)";
53 #include "aodv.h"
85 aodv_rreq(const union aodv *ap, const u_char *dat, u_int length)
90 printf(" [|aodv]");
117 aodv_rrep(const union aodv *ap, const u_char *dat, u_int length)
122 printf(" [|aodv]");
146 aodv_rerr(const union aodv *ap, const u_char *dat, u_int length)
153 printf(" [|aodv]");
179 aodv_v6_rreq(const union aodv *ap, const u_char *dat, u_int length)
181 aodv_v6_rreq(const union aodv *ap _U_, const u_char *dat _U_, u_int length
    [all...]
aodv.h 1 /* @(#) $Header: /tcpdump/master/tcpdump/aodv.h,v 1.3 2003/09/13 01:34:42 guy Exp $ (LBL) */
37 u_int8_t rreq_type; /* AODV message type (1) */
49 u_int8_t rreq_type; /* AODV message type (1) */
60 u_int8_t rreq_type; /* AODV message type (16) */
80 u_int8_t rrep_type; /* AODV message type (2) */
91 u_int8_t rrep_type; /* AODV message type (2) */
101 u_int8_t rrep_type; /* AODV message type (17) */
133 u_int8_t rerr_type; /* AODV message type (3 or 18) */
154 union aodv { union
Android.mk 20 print-aodv.c\

Completed in 41 milliseconds