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  

rt_entry Class Reference

#include <rttable.h>

List of all members.

Public Member Functions

 rt_entry ()
 ~rt_entry ()
void nb_insert (nsaddr_t id)
Neighbornb_lookup (nsaddr_t id)

Protected Member Functions

 LIST_ENTRY (rt_entry) rt_link

Protected Attributes

nsaddr_t rt_dst
u_int32_t rt_seqno
nsaddr_t rt_nexthop
double rt_expire
u_int16_t rt_hops
u_int8_t rt_flags
u_int8_t rt_errors
double rt_error_time
double rt_req_timeout
u_int8_t rt_req_cnt
int rt_req_last_ttl
double rt_disc_latency [MAX_HISTORY]
char hist_indx
ncache rt_nblist
int error_propagate_counter

Friends

class rttable
class AODV
class LocalRepairTimer


Constructor & Destructor Documentation

rt_entry::rt_entry  
 

rt_entry::~rt_entry  
 


Member Function Documentation

rt_entry::LIST_ENTRY rt_entry    [protected]
 

void rt_entry::nb_insert nsaddr_t    id
 

Neighbor * rt_entry::nb_lookup nsaddr_t    id
 


Friends And Related Function Documentation

friend class AODV [friend]
 

friend class LocalRepairTimer [friend]
 

friend class rttable [friend]
 


Member Data Documentation

int rt_entry::error_propagate_counter [protected]
 

char rt_entry::hist_indx [protected]
 

double rt_entry::rt_disc_latency[MAX_HISTORY] [protected]
 

nsaddr_t rt_entry::rt_dst [protected]
 

double rt_entry::rt_error_time [protected]
 

u_int8_t rt_entry::rt_errors [protected]
 

double rt_entry::rt_expire [protected]
 

u_int8_t rt_entry::rt_flags [protected]
 

u_int16_t rt_entry::rt_hops [protected]
 

ncache rt_entry::rt_nblist [protected]
 

nsaddr_t rt_entry::rt_nexthop [protected]
 

u_int8_t rt_entry::rt_req_cnt [protected]
 

int rt_entry::rt_req_last_ttl [protected]
 

double rt_entry::rt_req_timeout [protected]
 

u_int32_t rt_entry::rt_seqno [protected]
 


The documentation for this class was generated from the following files:
This document is generated by doxygen.