ICMPv6 header. More...
#include "L4_ICMPv6.hpp"
Public Attributes | |
uint8_t | type |
Type of message. 0-127 indicates an error, while 128-255 indicates an information message. More... | |
uint8_t | code |
Additional granularity based on type. More... | |
uint16_t | checksum |
Checksum. More... | |
uint8_t | payload [0] |
Message body. More... | |
ICMPv6 header.
uint16_t Myra::L4_ICMPv6::Header::checksum |
Checksum.
uint8_t Myra::L4_ICMPv6::Header::code |
Additional granularity based on type.
uint8_t Myra::L4_ICMPv6::Header::payload[0] |
Message body.
uint8_t Myra::L4_ICMPv6::Header::type |
Type of message. 0-127 indicates an error, while 128-255 indicates an information message.