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

AODV_Neighbor Class Reference

#include <aodv_rtable.h>

Collaboration diagram for AODV_Neighbor:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AODV_Neighbor (u_int32_t a)

Protected Member Functions

 LIST_ENTRY (AODV_Neighbor) nb_link

Protected Attributes

nsaddr_t nb_addr
double nb_expire

Friends

class AODV
class aodv_rt_entry

Constructor & Destructor Documentation

AODV_Neighbor::AODV_Neighbor u_int32_t  a  )  [inline]
 

Definition at line 52 of file aodv_rtable.h.

References nb_addr.

00052 { nb_addr = a; }


Member Function Documentation

AODV_Neighbor::LIST_ENTRY AODV_Neighbor   )  [protected]
 


Friends And Related Function Documentation

friend class AODV [friend]
 

Definition at line 49 of file aodv_rtable.h.

friend class aodv_rt_entry [friend]
 

Definition at line 50 of file aodv_rtable.h.


Member Data Documentation

nsaddr_t AODV_Neighbor::nb_addr [protected]
 

Definition at line 56 of file aodv_rtable.h.

Referenced by AODV_Neighbor(), AODV::nb_delete(), aodv_rt_entry::nb_lookup(), AODV::nb_lookup(), and AODV::nb_purge().

double AODV_Neighbor::nb_expire [protected]
 

Definition at line 57 of file aodv_rtable.h.

Referenced by aodv_rt_entry::nb_insert(), AODV::nb_insert(), AODV::nb_purge(), and AODV::recvHello().


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 12:32:47 2004 for NS2.26SourcesOriginal by doxygen 1.3.3