#include "aodv-neighbor.h"
Public Member Functions | |
Neighbor (Ipv4Address ip, Mac48Address mac, Time t) | |
Neighbor structure constructor. More... | |
Public Attributes | |
bool | close |
Neighbor close indicator. More... | |
Time | m_expireTime |
Neighbor expire time. More... | |
Mac48Address | m_hardwareAddress |
Neighbor MAC address. More... | |
Ipv4Address | m_neighborAddress |
Neighbor IPv4 address. More... | |
Neighbor description.
Definition at line 63 of file aodv-neighbor.h.
|
inline |
Neighbor structure constructor.
ip | Ipv4Address entry |
mac | Mac48Address entry |
t | Time expire time |
Definition at line 81 of file aodv-neighbor.h.
bool ns3::aodv::Neighbors::Neighbor::close |
Neighbor close indicator.
Definition at line 72 of file aodv-neighbor.h.
Referenced by ns3::aodv::CloseNeighbor::operator()().
Time ns3::aodv::Neighbors::Neighbor::m_expireTime |
Neighbor expire time.
Definition at line 70 of file aodv-neighbor.h.
Referenced by ns3::aodv::CloseNeighbor::operator()().
Mac48Address ns3::aodv::Neighbors::Neighbor::m_hardwareAddress |
Neighbor MAC address.
Definition at line 68 of file aodv-neighbor.h.
Ipv4Address ns3::aodv::Neighbors::Neighbor::m_neighborAddress |
Neighbor IPv4 address.
Definition at line 66 of file aodv-neighbor.h.