Namespace inet
Icmpv6DestUnreachableMsg
classNotes: 1. As defined in RFC2463: Section 3
Extends
| Name | Type | Description |
|---|---|---|
| Icmpv6Header | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| type | ||
| code | Icmpv6DestUnav |
unused 4 bytes |
Packet operations (observed)
| action | module |
|---|---|
| insertAtBack | Icmpv6 |
| insertAtFront | Icmpv6 |
Source code
// // Notes: // 1. As defined in RFC2463: Section 3 // class Icmpv6DestUnreachableMsg extends Icmpv6Header { type = ICMPv6_DESTINATION_UNREACHABLE; Icmpv6DestUnav code; // unused 4 bytes }File: src/inet/networklayer/icmpv6/Icmpv6Header.msg