Namespace inet
IcmpPtb
class(no description)
Extends
| Name | Type | Description |
|---|---|---|
| IcmpHeader | (unknown -- not in documented files) |
Fields
| Name | Type | Description |
|---|---|---|
| type | ||
| code | ||
| unused | uint16_t | |
| mtu | uint16_t |
Source code
class IcmpPtb extends IcmpHeader { type = ICMP_DESTINATION_UNREACHABLE; code = ICMP_DU_FRAGMENTATION_NEEDED; uint16_t unused = 0; uint16_t mtu = 0; }File: src/inet/networklayer/ipv4/IcmpHeader.msg