An ARP cache. More...
#include <arp-cache.h>
Classes | |
class | Entry |
A record that that holds information about an ArpCache entry. More... |
Public Member Functions | |
ArpCache () | |
~ArpCache () | |
ArpCache::Entry * | Add (Ipv4Address to) |
Add an Ipv4Address to this ARP cache. | |
void | Flush (void) |
Clear the ArpCache of all entries. | |
Time | GetAliveTimeout (void) const |
Time | GetDeadTimeout (void) const |
Ptr< NetDevice > | GetDevice (void) const |
Ptr< Ipv4Interface > | GetInterface (void) const |
Time | GetWaitReplyTimeout (void) const |
ArpCache::Entry * | Lookup (Ipv4Address destination) |
Do lookup in the ARP cache against an IP address. | |
void | SetAliveTimeout (Time aliveTimeout) |
void | SetArpRequestCallback (Callback< void, Ptr< const ArpCache >, Ipv4Address > arpRequestCallback) |
void | SetDeadTimeout (Time deadTimeout) |
void | SetDevice (Ptr< NetDevice > device, Ptr< Ipv4Interface > interface) |
void | SetWaitReplyTimeout (Time waitReplyTimeout) |
void | StartWaitReplyTimer (void) |
![]() | |
Object () | |
virtual | ~Object () |
void | AggregateObject (Ptr< Object > other) |
void | Dispose (void) |
AggregateIterator | GetAggregateIterator (void) const |
virtual TypeId | GetInstanceTypeId (void) const |
template<typename T > | |
Ptr< T > | GetObject (void) const |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
void | Start (void) |
![]() | |
SimpleRefCount () | |
SimpleRefCount (const SimpleRefCount &o) | |
uint32_t | GetReferenceCount (void) const |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
![]() | |
virtual | ~ObjectBase () |
void | GetAttribute (std::string name, AttributeValue &value) const |
bool | GetAttributeFailSafe (std::string name, AttributeValue &attribute) const |
void | SetAttribute (std::string name, const AttributeValue &value) |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Static Public Member Functions | |
static TypeId | GetTypeId (void) |
This method returns the TypeId associated to ns3::ArpCache. |
Private Types | |
typedef sgi::hash_map < Ipv4Address, ArpCache::Entry *, Ipv4AddressHash > | Cache |
typedef sgi::hash_map < Ipv4Address, ArpCache::Entry *, Ipv4AddressHash >::iterator | CacheI |
Private Member Functions | |
ArpCache (ArpCache const &) | |
virtual void | DoDispose (void) |
void | HandleWaitReplyTimeout (void) |
ArpCache & | operator= (ArpCache const &) |
Private Attributes | |
Time | m_aliveTimeout |
Cache | m_arpCache |
Callback< void, Ptr< const ArpCache >, Ipv4Address > | m_arpRequestCallback |
Time | m_deadTimeout |
Ptr< NetDevice > | m_device |
TracedCallback< Ptr< const Packet > > | m_dropTrace |
Ptr< Ipv4Interface > | m_interface |
uint32_t | m_maxRetries |
uint32_t | m_pendingQueueSize |
Time | m_waitReplyTimeout |
EventId | m_waitReplyTimer |
Additional Inherited Members | |
![]() | |
Object (const Object &o) | |
virtual void | DoDispose (void) |
virtual void | DoStart (void) |
virtual void | NotifyNewAggregate (void) |
An ARP cache.
A cached lookup table for translating layer 3 addresses to layer 2. This implementation does lookups from IPv4 to a MAC address
Definition at line 49 of file arp-cache.h.
|
private |
Definition at line 211 of file arp-cache.h.
|
private |
Definition at line 212 of file arp-cache.h.
|
private |
ns3::ArpCache::ArpCache | ( | ) |
Definition at line 75 of file arp-cache.cc.
References NS_LOG_FUNCTION.
ns3::ArpCache::~ArpCache | ( | ) |
Definition at line 82 of file arp-cache.cc.
References NS_LOG_FUNCTION.
ArpCache::Entry * ns3::ArpCache::Add | ( | Ipv4Address | to | ) |
Add an Ipv4Address to this ARP cache.
Definition at line 252 of file arp-cache.cc.
References m_arpCache, NS_ASSERT, and NS_LOG_FUNCTION.
Referenced by ns3::EpcS1uUlTestCase::DoRun(), and ns3::ArpL3Protocol::Lookup().
|
privatevirtual |
Definition at line 88 of file arp-cache.cc.
References Flush(), ns3::EventId::IsRunning(), m_device, m_interface, m_waitReplyTimer, NS_LOG_FUNCTION, and ns3::Simulator::Remove().
void ns3::ArpCache::Flush | ( | void | ) |
Clear the ArpCache of all entries.
Definition at line 225 of file arp-cache.cc.
References ns3::EventId::Cancel(), ns3::EventId::IsRunning(), m_arpCache, m_waitReplyTimer, ns3::Simulator::Now(), NS_LOG_FUNCTION, and NS_LOG_LOGIC.
Referenced by ns3::ArpL3Protocol::CreateCache(), and DoDispose().
Time ns3::ArpCache::GetAliveTimeout | ( | void | ) | const |
Definition at line 141 of file arp-cache.cc.
References m_aliveTimeout.
Time ns3::ArpCache::GetDeadTimeout | ( | void | ) | const |
Definition at line 146 of file arp-cache.cc.
References m_deadTimeout.
Definition at line 110 of file arp-cache.cc.
References m_device.
Ptr< Ipv4Interface > ns3::ArpCache::GetInterface | ( | void | ) | const |
Definition at line 116 of file arp-cache.cc.
References m_interface.
|
static |
This method returns the TypeId associated to ns3::ArpCache.
This object is accessible through the following paths with Config::Set and Config::Connect:
Attributes defined for this type:
TraceSources defined for this type:
Reimplemented from ns3::Object.
Definition at line 39 of file arp-cache.cc.
References m_aliveTimeout, m_deadTimeout, m_dropTrace, m_maxRetries, m_pendingQueueSize, m_waitReplyTimeout, ns3::MakeTraceSourceAccessor(), ns3::Seconds(), and ns3::TypeId::SetParent().
Time ns3::ArpCache::GetWaitReplyTimeout | ( | void | ) | const |
Definition at line 151 of file arp-cache.cc.
References m_waitReplyTimeout.
|
private |
This function is an event handler for the event that the ArpCache wants to check whether it must retry any Arp requests. If there are no Arp requests pending, this event is not scheduled.
Definition at line 178 of file arp-cache.cc.
References ns3::ArpCache::Entry::ClearRetries(), ns3::ArpCache::Entry::DequeuePending(), ns3::Node::GetId(), ns3::ArpCache::Entry::GetIpv4Address(), ns3::NetDevice::GetNode(), ns3::ArpCache::Entry::GetRetries(), ns3::ArpCache::Entry::IncrementRetries(), ns3::ArpCache::Entry::IsWaitReply(), m_arpCache, m_arpRequestCallback, m_device, m_dropTrace, m_maxRetries, m_waitReplyTimeout, m_waitReplyTimer, ns3::ArpCache::Entry::MarkDead(), ns3::Simulator::Now(), NS_LOG_FUNCTION, NS_LOG_LOGIC, and ns3::Simulator::Schedule().
Referenced by StartWaitReplyTimer().
ArpCache::Entry * ns3::ArpCache::Lookup | ( | Ipv4Address | destination | ) |
Do lookup in the ARP cache against an IP address.
destination | The destination IPv4 address to lookup the MAC address of |
Definition at line 241 of file arp-cache.cc.
References m_arpCache.
Referenced by ns3::ArpL3Protocol::Lookup().
void ns3::ArpCache::SetAliveTimeout | ( | Time | aliveTimeout | ) |
Definition at line 122 of file arp-cache.cc.
References m_aliveTimeout, and NS_LOG_FUNCTION.
Referenced by ns3::EpcS1uUlTestCase::DoRun().
void ns3::ArpCache::SetArpRequestCallback | ( | Callback< void, Ptr< const ArpCache >, Ipv4Address > | arpRequestCallback | ) |
This callback is set when the ArpCache is set up and allows the cache to generate an Arp request when the WaitReply time expires and a retransmission must be sent
arpRequestCallback | Callback for transmitting an Arp request. |
Definition at line 157 of file arp-cache.cc.
References m_arpRequestCallback, and NS_LOG_FUNCTION.
void ns3::ArpCache::SetDeadTimeout | ( | Time | deadTimeout | ) |
Definition at line 128 of file arp-cache.cc.
References m_deadTimeout, and NS_LOG_FUNCTION.
void ns3::ArpCache::SetDevice | ( | Ptr< NetDevice > | device, |
Ptr< Ipv4Interface > | interface | ||
) |
device | The hardware NetDevice associated with this ARP chache |
interface | the Ipv4Interface associated with this ARP chache |
Definition at line 102 of file arp-cache.cc.
References m_device, m_interface, and NS_LOG_FUNCTION.
Referenced by ns3::ArpL3Protocol::CreateCache().
void ns3::ArpCache::SetWaitReplyTimeout | ( | Time | waitReplyTimeout | ) |
Definition at line 134 of file arp-cache.cc.
References m_waitReplyTimeout, and NS_LOG_FUNCTION.
void ns3::ArpCache::StartWaitReplyTimer | ( | void | ) |
This method will schedule a timeout at WaitReplyTimeout interval in the future, unless a timer is already running for the cache, in which case this method does nothing.
Definition at line 165 of file arp-cache.cc.
References HandleWaitReplyTimeout(), ns3::EventId::IsRunning(), m_waitReplyTimeout, m_waitReplyTimer, ns3::Simulator::Now(), NS_LOG_FUNCTION, NS_LOG_LOGIC, and ns3::Simulator::Schedule().
|
private |
Definition at line 218 of file arp-cache.h.
Referenced by GetAliveTimeout(), GetTypeId(), and SetAliveTimeout().
|
private |
Definition at line 231 of file arp-cache.h.
Referenced by Add(), Flush(), HandleWaitReplyTimeout(), and Lookup().
|
private |
Definition at line 222 of file arp-cache.h.
Referenced by HandleWaitReplyTimeout(), and SetArpRequestCallback().
|
private |
Definition at line 219 of file arp-cache.h.
Referenced by GetDeadTimeout(), GetTypeId(), and SetDeadTimeout().
Definition at line 216 of file arp-cache.h.
Referenced by DoDispose(), GetDevice(), HandleWaitReplyTimeout(), and SetDevice().
|
private |
Definition at line 232 of file arp-cache.h.
Referenced by GetTypeId(), and HandleWaitReplyTimeout().
|
private |
Definition at line 217 of file arp-cache.h.
Referenced by DoDispose(), GetInterface(), and SetDevice().
|
private |
Definition at line 223 of file arp-cache.h.
Referenced by GetTypeId(), and HandleWaitReplyTimeout().
|
private |
Definition at line 230 of file arp-cache.h.
Referenced by GetTypeId().
|
private |
Definition at line 220 of file arp-cache.h.
Referenced by GetTypeId(), GetWaitReplyTimeout(), HandleWaitReplyTimeout(), SetWaitReplyTimeout(), and StartWaitReplyTimer().
|
private |
Definition at line 221 of file arp-cache.h.
Referenced by DoDispose(), Flush(), HandleWaitReplyTimeout(), and StartWaitReplyTimer().