A Discrete-Event Network Simulator
API
ns3::dsr::DsrRouteCache::Neighbor Struct Reference

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
 

Detailed Description

The following code handles link-layer acks.

Neighbor description

Definition at line 459 of file dsr-rcache.h.

Constructor & Destructor Documentation

ns3::dsr::DsrRouteCache::Neighbor::Neighbor ( Ipv4Address  ip,
Mac48Address  mac,
Time  t 
)
inline

Definition at line 466 of file dsr-rcache.h.

ns3::dsr::DsrRouteCache::Neighbor::Neighbor ( )
inline

Definition at line 474 of file dsr-rcache.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: