| ns2 Network Simulator C++ Class Hierarchy of version ns-snapshot-20040722 | |
| | Home | Source Code | Manual | FAQ | Mailing List Archive | Search | | | Download | |
#include <tora_dest.h>
Public Member Functions | |
| TORADest (nsaddr_t id, Agent *a) | |
| TORANeighbor * | nb_add (nsaddr_t id) |
| int | nb_del (nsaddr_t id) |
| TORANeighbor * | nb_find (nsaddr_t id) |
| void | update_height_nb (TORANeighbor *tn, struct hdr_tora_upd *uh) |
| void | update_height (double TAU, nsaddr_t OID, int R, int DELTA, nsaddr_t ID) |
| int | nb_check_same_ref (void) |
| TORANeighbor * | nb_find_next_hop () |
| TORANeighbor * | nb_find_height (int R) |
| TORANeighbor * | nb_find_max_height (void) |
| TORANeighbor * | nb_find_min_height (int R) |
| TORANeighbor * | nb_find_min_nonnull_height (Height *h) |
| void | dump (void) |
Private Member Functions | |
| LIST_ENTRY (TORADest) link | |
Private Attributes | |
| nsaddr_t | index |
| Height | height |
| int | rt_req |
| double | time_upd |
| double | time_tx_qry |
| double | time_rt_req |
| tn_head | nblist |
| int | num_active |
| int | num_down |
| int | num_up |
| toraAgent * | agent |
Friends | |
| class | toraAgent |
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|