Simple Module IPv6NeighbourDiscovery

File: Network/ICMPv6/IPv6NeighbourDiscovery.ned

C++ definition: click here

Implements IPv6 Neighbour Discovery.

An overview of the IPv6 implementation in the INET Framework is provided here.

See also: IPv6, RoutingTable6, ICMPv6

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

IPv6NeighbourDiscovery NetworkLayer6

Used in compound modules:

If a module type shows up more than once, that means it has been defined in more than one NED file.

NetworkLayer6

Represents an IPv6 network layer (L3).

Gates:

Name Direction Description
fromIPv6 input
toIPv6 output

Source code:

simple IPv6NeighbourDiscovery
    gates:
        in: fromIPv6;
        out: toIPv6;
endsimple