A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::dsr::RouteCache::Neighbor Struct Reference

#include <dsr-rcache.h>

+ Collaboration diagram for ns3::dsr::RouteCache::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

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

Constructor & Destructor Documentation

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

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

ns3::dsr::RouteCache::Neighbor::Neighbor ( )
inline

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

Member Data Documentation

bool ns3::dsr::RouteCache::Neighbor::close

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

Referenced by ns3::dsr::CloseNeighbor::operator()().

Time ns3::dsr::RouteCache::Neighbor::m_expireTime

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

Referenced by ns3::dsr::CloseNeighbor::operator()().

Mac48Address ns3::dsr::RouteCache::Neighbor::m_hardwareAddress

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

Ipv4Address ns3::dsr::RouteCache::Neighbor::m_neighborAddress

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


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