Namespace inet
ICMPv6EchoReplyMsg
packetICMPv6 Echo Reply packet. Data is attached through encapsulation (see ICMPv6.cc)
Extends
| Name | Type | Description |
|---|---|---|
| ICMPv6Message | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| code | int |
set to 0. |
| identifier | int |
identifier to aid in matching Echo replies. May be Zero |
| seqNumber | int |
sequence number to aid in matching Echo replies. May be Zero |
Source code
// // ICMPv6 Echo Reply packet. Data is attached through encapsulation (see ICMPv6.cc) // packet ICMPv6EchoReplyMsg extends ICMPv6Message { int code; //set to 0. int identifier; // identifier to aid in matching Echo replies. May be Zero int seqNumber; // sequence number to aid in matching Echo replies. May be Zero }File: src/inet/networklayer/icmpv6/ICMPv6Message.msg