INET Framework for OMNeT++/OMNEST
|
#include <ARP.h>
Public Attributes | |
InterfaceEntry * | ie |
bool | pending |
MACAddress | macAddress |
simtime_t | lastUpdate |
int | numRetries |
cMessage * | timer |
MsgPtrVector | pendingPackets |
ARPCache::iterator | myIter |
simtime_t ARP::ARPCacheEntry::lastUpdate |
Referenced by ARP::initiateARPResolution(), and ARP::updateARPCache().
Referenced by ARP::updateARPCache().
ARPCache::iterator ARP::ARPCacheEntry::myIter |
Referenced by ARP::initiateARPResolution(), ARP::processARPPacket(), ARP::requestTimedOut(), and ARP::updateARPCache().
Referenced by ARP::initiateARPResolution(), ARP::processARPPacket(), and ARP::updateARPCache().
Referenced by ARP::processOutboundPacket(), ARP::requestTimedOut(), and ARP::updateARPCache().
cMessage* ARP::ARPCacheEntry::timer |
Referenced by ARP::initiateARPResolution(), ARP::processARPPacket(), and ARP::updateARPCache().