Implements IPv6 Neighbour Discovery.
An overview of the IPv6 implementation in the INET Framework is provided here.
See also: IPv6, RoutingTable6, ICMPv6
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
NetworkLayer6 | compound module |
Represents an IPv6 network layer (L3). |
Name | Value | Description |
---|---|---|
display | i=block/network |
Name | Direction | Size | Description |
---|---|---|---|
ipv6In | input | ||
ipv6Out | output |
// // Implements \IPv6 Neighbour Discovery. // // An overview of the \IPv6 implementation in the INET Framework is // provided <a href="ipv6overview.html">here</a>. // // @see IPv6, RoutingTable6, ICMPv6 // simple IPv6NeighbourDiscovery { parameters: @display("i=block/network"); gates: input ipv6In; output ipv6Out; }