ESP-IDF
ot::Ip6::Icmp::Header::Type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Icmp::Header::Type
ot::Ip6::Icmp::Header::Type enum
ICMPv6 Message Types
Syntax
Show:
Summary
Declaration
from
icmp6.hpp:79
enum
Type
:
uint8_t
{
kTypeDstUnreach
=
OT_ICMP6_TYPE_DST_UNREACH
,
kTypePacketToBig
=
OT_ICMP6_TYPE_PACKET_TO_BIG
,
kTypeTimeExceeded
=
OT_ICMP6_TYPE_TIME_EXCEEDED
,
kTypeParameterProblem
=
OT_ICMP6_TYPE_PARAMETER_PROBLEM
,
kTypeEchoRequest
=
OT_ICMP6_TYPE_ECHO_REQUEST
,
kTypeEchoReply
=
OT_ICMP6_TYPE_ECHO_REPLY
,
kTypeRouterSolicit
=
OT_ICMP6_TYPE_ROUTER_SOLICIT
,
kTypeRouterAdvert
=
OT_ICMP6_TYPE_ROUTER_ADVERT
,
kTypeNeighborSolicit
=
OT_ICMP6_TYPE_NEIGHBOR_SOLICIT
,
kTypeNeighborAdvert
=
OT_ICMP6_TYPE_NEIGHBOR_ADVERT
,
}
;
Values
Value
Declared as
ot::Ip6::Icmp::Header::Type::kTypeDstUnreach
=
OT_ICMP6_TYPE_DST_UNREACH
ot::Ip6::Icmp::Header::Type::kTypePacketToBig
=
OT_ICMP6_TYPE_PACKET_TO_BIG
ot::Ip6::Icmp::Header::Type::kTypeTimeExceeded
=
OT_ICMP6_TYPE_TIME_EXCEEDED
ot::Ip6::Icmp::Header::Type::kTypeParameterProblem
=
OT_ICMP6_TYPE_PARAMETER_PROBLEM
ot::Ip6::Icmp::Header::Type::kTypeEchoRequest
=
OT_ICMP6_TYPE_ECHO_REQUEST
ot::Ip6::Icmp::Header::Type::kTypeEchoReply
=
OT_ICMP6_TYPE_ECHO_REPLY
ot::Ip6::Icmp::Header::Type::kTypeRouterSolicit
=
OT_ICMP6_TYPE_ROUTER_SOLICIT
ot::Ip6::Icmp::Header::Type::kTypeRouterAdvert
=
OT_ICMP6_TYPE_ROUTER_ADVERT
ot::Ip6::Icmp::Header::Type::kTypeNeighborSolicit
=
OT_ICMP6_TYPE_NEIGHBOR_SOLICIT
ot::Ip6::Icmp::Header::Type::kTypeNeighborAdvert
=
OT_ICMP6_TYPE_NEIGHBOR_ADVERT
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out