|
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 |
| int inet::Ipv6NeighbourCache::Key::interfaceID |
Referenced by inet::Ipv6NeighbourDiscovery::dropQueuedPacketsAwaitingAr(), inet::Ipv6NeighbourDiscovery::initiateAddressResolution(), inet::Ipv6NeighbourDiscovery::initiateNeighbourUnreachabilityDetection(), inet::Ipv6NeighbourDiscovery::processArTimeout(), inet::Ipv6NeighbourDiscovery::processNaForIncompleteNceState(), inet::Ipv6NeighbourDiscovery::processNaForOtherNceStates(), inet::Ipv6NeighbourDiscovery::processNudTimeout(), and inet::Ipv6NeighbourDiscovery::selectDefaultRouter().