Routing table entry. More...
 Collaboration diagram for ns3::flame::FlameRtable::Route:Public Attributes | |
| uint32_t | cost | 
| uint32_t | interface | 
| Mac48Address | retransmitter | 
| uint32_t | seqnum | 
| Time | whenExpire | 
Routing table entry.
Definition at line 90 of file flame-rtable.h.
| uint32_t ns3::flame::FlameRtable::Route::cost | 
Definition at line 94 of file flame-rtable.h.
Referenced by ns3::flame::FlameRtable::AddPath().
| uint32_t ns3::flame::FlameRtable::Route::interface | 
Definition at line 93 of file flame-rtable.h.
Referenced by ns3::flame::FlameRtable::AddPath().
| Mac48Address ns3::flame::FlameRtable::Route::retransmitter | 
Definition at line 92 of file flame-rtable.h.
Referenced by ns3::flame::FlameRtable::AddPath().
| uint32_t ns3::flame::FlameRtable::Route::seqnum | 
Definition at line 96 of file flame-rtable.h.
Referenced by ns3::flame::FlameRtable::AddPath().
| Time ns3::flame::FlameRtable::Route::whenExpire | 
Definition at line 95 of file flame-rtable.h.
Referenced by ns3::flame::FlameRtable::AddPath().