|
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 |
Definition at line 51 of file ARP.h.
Referenced by ARP::initiateARPResolution(), ARP::processARPPacket(), ARP::processOutboundPacket(), ARP::requestTimedOut(), and ARP::updateARPCache().
| simtime_t ARP::ARPCacheEntry::lastUpdate |
Definition at line 54 of file ARP.h.
Referenced by ARP::initiateARPResolution(), and ARP::updateARPCache().
Definition at line 53 of file ARP.h.
Referenced by ARP::updateARPCache().
| ARPCache::iterator ARP::ARPCacheEntry::myIter |
Definition at line 59 of file ARP.h.
Referenced by ARP::initiateARPResolution(), ARP::processARPPacket(), ARP::processOutboundPacket(), ARP::requestTimedOut(), and ARP::updateARPCache().
Definition at line 55 of file ARP.h.
Referenced by ARP::initiateARPResolution(), ARP::processARPPacket(), ARP::requestTimedOut(), and ARP::updateARPCache().
Definition at line 52 of file ARP.h.
Referenced by ARP::initiateARPResolution(), ARP::processARPPacket(), and ARP::updateARPCache().
Definition at line 57 of file ARP.h.
Referenced by ARP::processOutboundPacket(), ARP::requestTimedOut(), and ARP::updateARPCache().
| cMessage* ARP::ARPCacheEntry::timer |
Definition at line 56 of file ARP.h.
Referenced by ARP::initiateARPResolution(), ARP::processARPPacket(), and ARP::updateARPCache().