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

hdr_aodv Struct Reference

#include <aodv_packet.h>

Collaboration diagram for hdr_aodv:

Collaboration graph
[legend]
List of all members.

Static Public Member Functions

int & offset ()
hdr_aodvaccess (const Packet *p)

Public Attributes

u_int8_t ah_type

Static Public Attributes

int offset_

Member Function Documentation

hdr_aodv* hdr_aodv::access const Packet p  )  [inline, static]
 

Definition at line 71 of file aodv_packet.h.

References Packet::access(), and offset_.

00071                                                         {
00072                 return (hdr_aodv*) p->access(offset_);
00073         }

Here is the call graph for this function:

int& hdr_aodv::offset  )  [inline, static]
 

Definition at line 70 of file aodv_packet.h.

References offset_.

00070 { return offset_; }


Member Data Documentation

u_int8_t hdr_aodv::ah_type
 

Definition at line 63 of file aodv_packet.h.

int hdr_aodv::offset_ [static]
 

Definition at line 59 of file aodv.cc.

Referenced by access(), AODVHeaderClass::AODVHeaderClass(), and offset().


The documentation for this struct was generated from the following files:
Generated on Tue Apr 20 12:50:25 2004 for NS2.26SourcesOriginal by doxygen 1.3.3