#include <hash_table.h>
Collaboration diagram for Pkt_Hash_Entry:

Public Member Functions | |
| Pkt_Hash_Entry () | |
| ~Pkt_Hash_Entry () | |
| void | clear_fromagent (From_List *) |
Public Attributes | |
| ns_addr_t | forwarder_id |
| bool | is_forwarded |
| bool | has_list |
| int | num_from |
| From_List * | from_agent |
| InterestTimer * | timer |
|
|
Definition at line 48 of file hash_table.h. References ns_addr_t::addr_, forwarder_id, from_agent, has_list, is_forwarded, num_from, ns_addr_t::port_, and timer.
00048 {
00049 forwarder_id.addr_ = 0;
00050 forwarder_id.port_ = 0;
00051 is_forwarded = false;
00052 has_list = false;
00053 num_from=0;
00054 from_agent=NULL;
00055 timer=NULL;
00056 }
|
|
|
Definition at line 35 of file hash_table.cc. References clear_fromagent(), from_agent, and timer.
00035 {
00036 clear_fromagent(from_agent);
00037 if (timer != NULL)
00038 delete timer;
00039 }
|
Here is the call graph for this function:

|
|
Definition at line 42 of file hash_table.cc. References FROM_NEXT. Referenced by ~Pkt_Hash_Entry().
|
|
|
Definition at line 41 of file hash_table.h. Referenced by DiffusionProb::ForwardTxFailed(), Pkt_Hash_Entry(), DiffusionRate::ProcessPosReinf(), and Pkt_Hash_Table::put_in_hash(). |
|
|
Definition at line 45 of file hash_table.h. Referenced by DiffusionProb::consider_new(), DiffusionProb::consider_old(), DiffusionProb::CreateIOList(), Pkt_Hash_Entry(), Pkt_Hash_Table::put_in_hash(), and ~Pkt_Hash_Entry(). |
|
|
Definition at line 43 of file hash_table.h. Referenced by DiffusionProb::consider_old(), DiffusionProb::CreateIOList(), and Pkt_Hash_Entry(). |
|
|
Definition at line 42 of file hash_table.h. Referenced by DiffusionProb::consider_old(), DiffusionProb::InterestPropagate(), Pkt_Hash_Entry(), and Pkt_Hash_Table::put_in_hash(). |
|
|
Definition at line 44 of file hash_table.h. Referenced by DiffusionProb::consider_new(), DiffusionProb::consider_old(), Pkt_Hash_Entry(), and Pkt_Hash_Table::put_in_hash(). |
|
|
Definition at line 46 of file hash_table.h. Referenced by DiffusionProb::consider_new(), DiffusionProb::consider_old(), Pkt_Hash_Entry(), Pkt_Hash_Table::put_in_hash(), and ~Pkt_Hash_Entry(). |
1.3.3