|
INET Framework for OMNeT++/OMNEST
|
#include <Arp.h>
Public Attributes | |
| Arp * | owner = nullptr |
| const NetworkInterface * | ie = nullptr |
| bool | pending = false |
| MacAddress | macAddress |
| simtime_t | lastUpdate |
| int | numRetries = 0 |
| cMessage * | timer = nullptr |
| Ipv4Address | ipv4Address |
| const NetworkInterface* inet::Arp::ArpCacheEntry::ie = nullptr |
| Ipv4Address inet::Arp::ArpCacheEntry::ipv4Address |
| simtime_t inet::Arp::ArpCacheEntry::lastUpdate |
Referenced by inet::Arp::initiateArpResolution(), inet::Arp::sendArpGratuitous(), and inet::Arp::updateArpCache().
| MacAddress inet::Arp::ArpCacheEntry::macAddress |
Referenced by inet::Arp::initiateArpResolution(), and inet::Arp::updateArpCache().
| int inet::Arp::ArpCacheEntry::numRetries = 0 |
| Arp* inet::Arp::ArpCacheEntry::owner = nullptr |
Referenced by inet::Arp::resolveL3Address().
| bool inet::Arp::ArpCacheEntry::pending = false |
| cMessage* inet::Arp::ArpCacheEntry::timer = nullptr |