Collaboration diagram for ICMPv6 protocol and associated headers.:Classes | |
| class | ns3::Icmpv6DestinationUnreachable |
| ICMPv6 Error Destination Unreachable header. More... | |
| class | ns3::Icmpv6Echo |
| ICMPv6 Echo message. More... | |
| class | ns3::Icmpv6Header |
| ICMPv6 header. More... | |
| class | ns3::Icmpv6L4Protocol |
| An implementation of the ICMPv6 protocol. More... | |
| class | ns3::Icmpv6NA |
| ICMPv6 Neighbor Advertisement header. More... | |
| class | ns3::Icmpv6NS |
| ICMPv6 Neighbor Solicitation header. More... | |
| class | ns3::Icmpv6OptionHeader |
| ICMPv6 option header. More... | |
| class | ns3::Icmpv6OptionLinkLayerAddress |
| ICMPv6 link-layer address option. More... | |
| class | ns3::Icmpv6OptionMtu |
| ICMPv6 MTU option. More... | |
| class | ns3::Icmpv6OptionPrefixInformation |
| ICMPv6 Option Prefix Information. More... | |
| class | ns3::Icmpv6OptionRedirected |
| ICMPv6 redirected option. More... | |
| class | ns3::Icmpv6ParameterError |
| ICMPv6 Error Parameter Error header. More... | |
| class | ns3::Icmpv6RA |
| ICMPv6 Router Advertisement header. More... | |
| class | ns3::Icmpv6Redirection |
| ICMPv6 Redirection header. More... | |
| class | ns3::Icmpv6RS |
| ICMPv6 Router Solicitation header. More... | |
| class | ns3::Icmpv6TimeExceeded |
| ICMPv6 Error Time Exceeded header. More... | |
| class | ns3::Icmpv6TooBig |
| ICMPv6 Error Too Big header. More... | |
ICMPv6 error code : Destination Unreachable.
| Enumerator | |
|---|---|
| ICMPV6_NO_ROUTE | |
| ICMPV6_ADM_PROHIBITED | |
| ICMPV6_NOT_NEIGHBOUR | |
| ICMPV6_ADDR_UNREACHABLE | |
| ICMPV6_PORT_UNREACHABLE | |
Definition at line 89 of file icmpv6-header.h.
ICMPv6 error code : Parameter Error.
| Enumerator | |
|---|---|
| ICMPV6_MALFORMED_HEADER | |
| ICMPV6_UNKNOWN_NEXT_HEADER | |
| ICMPV6_UNKNOWN_OPTION | |
Definition at line 110 of file icmpv6-header.h.
ICMPv6 error code : Time Exceeded.
| Enumerator | |
|---|---|
| ICMPV6_HOPLIMIT | |
| ICMPV6_FRAGTIME | |
Definition at line 101 of file icmpv6-header.h.
ICMPv6 Option type code.
| Enumerator | |
|---|---|
| ICMPV6_OPT_LINK_LAYER_SOURCE | |
| ICMPV6_OPT_LINK_LAYER_TARGET | |
| ICMPV6_OPT_PREFIX | |
| ICMPV6_OPT_REDIRECTED | |
| ICMPV6_OPT_MTU | |
Definition at line 77 of file icmpv6-header.h.
ICMPv6 type code.
Definition at line 44 of file icmpv6-header.h.