#include <aodv-neighbor.h>
Public Member Functions | |
Neighbor (Ipv4Address ip, Mac48Address mac, Time t) | |
Public Attributes | |
bool | close |
Time | m_expireTime |
Mac48Address | m_hardwareAddress |
Ipv4Address | m_neighborAddress |
Neighbor description.
Definition at line 55 of file aodv-neighbor.h.
|
inline |
Definition at line 62 of file aodv-neighbor.h.
bool ns3::aodv::Neighbors::Neighbor::close |
Definition at line 60 of file aodv-neighbor.h.
Referenced by ns3::aodv::CloseNeighbor::operator()().
Time ns3::aodv::Neighbors::Neighbor::m_expireTime |
Definition at line 59 of file aodv-neighbor.h.
Referenced by ns3::aodv::CloseNeighbor::operator()().
Mac48Address ns3::aodv::Neighbors::Neighbor::m_hardwareAddress |
Definition at line 58 of file aodv-neighbor.h.
Ipv4Address ns3::aodv::Neighbors::Neighbor::m_neighborAddress |
Definition at line 57 of file aodv-neighbor.h.