Ipv4OptionUnknown
class(no description)
Inheritance diagram
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Extends
| Name | Type | Description |
|---|---|---|
| Ipv4Option | class | (no description) |
Fields
| Name | Type | Description |
|---|---|---|
| bytes | uint8_t[] |
type = any length = 2 + getBytesArraySize() |
| type | short | |
| length | short |
total length of option |
Source code
class Ipv4OptionUnknown extends Ipv4Option { // type = any // length = 2 + getBytesArraySize() uint8_t bytes[]; }File: src/inet/networklayer/ipv4/Ipv4Header.msg