ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

ns-2/aodv/aodv_packet.h File Reference


Compounds

union  hdr_all_aodv
struct  hdr_aodv
struct  hdr_aodv_error
struct  hdr_aodv_reply
struct  hdr_aodv_request
struct  hdr_aodv_rrep_ack

Defines

#define AODV_MAX_ERRORS   100
#define AODVTYPE_HELLO   0x01
#define AODVTYPE_RREQ   0x02
#define AODVTYPE_RREP   0x04
#define AODVTYPE_RERR   0x08
#define AODVTYPE_RREP_ACK   0x10
#define HDR_AODV(p)   ((struct hdr_aodv*)hdr_aodv::access(p))
#define HDR_AODV_REQUEST(p)   ((struct hdr_aodv_request*)hdr_aodv::access(p))
#define HDR_AODV_REPLY(p)   ((struct hdr_aodv_reply*)hdr_aodv::access(p))
#define HDR_AODV_ERROR(p)   ((struct hdr_aodv_error*)hdr_aodv::access(p))
#define HDR_AODV_RREP_ACK(p)   ((struct hdr_aodv_rrep_ack*)hdr_aodv::access(p))

Define Documentation

#define AODV_MAX_ERRORS   100
 

#define AODVTYPE_HELLO   0x01
 

#define AODVTYPE_RERR   0x08
 

#define AODVTYPE_RREP   0x04
 

#define AODVTYPE_RREP_ACK   0x10
 

#define AODVTYPE_RREQ   0x02
 

#define HDR_AODV      ((struct hdr_aodv*)hdr_aodv::access(p))
 

#define HDR_AODV_ERROR      ((struct hdr_aodv_error*)hdr_aodv::access(p))
 

#define HDR_AODV_REPLY      ((struct hdr_aodv_reply*)hdr_aodv::access(p))
 

#define HDR_AODV_REQUEST      ((struct hdr_aodv_request*)hdr_aodv::access(p))
 

#define HDR_AODV_RREP_ACK      ((struct hdr_aodv_rrep_ack*)hdr_aodv::access(p))
 


This document is generated by doxygen.