The following code handles link-layer acks. More...
#include "dsr-rcache.h"
Collaboration diagram for ns3::dsr::DsrRouteCache::Neighbor:Public Member Functions | |
| Neighbor (Ipv4Address ip, Mac48Address mac, Time t) | |
| Neighbor () | |
Public Attributes | |
| bool | close |
| Time | m_expireTime |
| Mac48Address | m_hardwareAddress |
| Ipv4Address | m_neighborAddress |
The following code handles link-layer acks.
Neighbor description
Definition at line 459 of file dsr-rcache.h.
|
inline |
Definition at line 466 of file dsr-rcache.h.
|
inline |
Definition at line 474 of file dsr-rcache.h.
| bool ns3::dsr::DsrRouteCache::Neighbor::close |
Definition at line 464 of file dsr-rcache.h.
Referenced by ns3::dsr::CloseNeighbor::operator()().
| Time ns3::dsr::DsrRouteCache::Neighbor::m_expireTime |
Definition at line 463 of file dsr-rcache.h.
Referenced by ns3::dsr::CloseNeighbor::operator()().
| Mac48Address ns3::dsr::DsrRouteCache::Neighbor::m_hardwareAddress |
Definition at line 462 of file dsr-rcache.h.
| Ipv4Address ns3::dsr::DsrRouteCache::Neighbor::m_neighborAddress |
Definition at line 461 of file dsr-rcache.h.