INET Framework for OMNeT++/OMNEST
|
Key into neighbour cache. More...
#include <IPv6NeighbourCache.h>
Public Member Functions | |
Key (IPv6Address addr, int ifaceID) | |
bool | operator< (const Key &b) const |
Public Attributes | |
IPv6Address | address |
int | interfaceID |
Key into neighbour cache.
Note that address does NOT identify the neighbour itself, because link-local addresses are in common use between routers.
|
inline |
|
inline |
IPv6Address inet::IPv6NeighbourCache::Key::address |
Referenced by inet::IPv6NeighbourDiscovery::dropQueuedPacketsAwaitingAR(), inet::IPv6NeighbourDiscovery::initiateAddressResolution(), operator<(), inet::operator<<(), inet::IPv6NeighbourDiscovery::processARTimeout(), inet::IPv6NeighbourDiscovery::processNUDTimeout(), and inet::IPv6NeighbourDiscovery::selectDefaultRouter().
int inet::IPv6NeighbourCache::Key::interfaceID |
Referenced by inet::IPv6NeighbourDiscovery::dropQueuedPacketsAwaitingAR(), inet::IPv6NeighbourDiscovery::initiateAddressResolution(), inet::IPv6NeighbourDiscovery::initiateNeighbourUnreachabilityDetection(), operator<(), inet::operator<<(), inet::IPv6NeighbourDiscovery::processARTimeout(), inet::IPv6NeighbourDiscovery::processNAForIncompleteNCEState(), inet::IPv6NeighbourDiscovery::processNAForOtherNCEStates(), inet::IPv6NeighbourDiscovery::processNUDTimeout(), and inet::IPv6NeighbourDiscovery::selectDefaultRouter().