ESP-IDF
ot::Ip6::Icmp::Header::Type
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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
Code
Location
Scope
Referrer
enum
Type
:
uint8_t
icmp6.hpp:79
using
IcmpType
=
ot
::
Ip6
::
Icmp
::
Header
::
Type
;
ip6.cpp:38
Error
Icmp
::
SendError
(
Header
::
Type
aType
,
Header
::
Code
aCode
,
const
MessageInfo
&
aMessageInfo
,
const
Message
&
aMessage
)
icmp6.cpp:77
ot::Ip6::Icmp::SendError()
ot::Ip6::Icmp::SendError()::aType
Error
Icmp
::
SendError
(
Header
::
Type
aType
,
Header
::
Code
aCode
,
const
MessageInfo
&
aMessageInfo
,
const
Headers
&
aHeaders
)
icmp6.cpp:89
ot::Ip6::Icmp::SendError()
ot::Ip6::Icmp::SendError()::aType
Type
GetType
(
void
)
const
{
return
static_cast
<
Type
>
(
mType
)
;
}
icmp6.hpp:121
ot::Ip6::Icmp::Header::GetType() const
void
SetType
(
Type
aType
)
{
mType
=
static_cast
<
uint8_t
>
(
aType
)
;
}
icmp6.hpp:128
ot::Ip6::Icmp::Header::SetType()
ot::Ip6::Icmp::Header::SetType()::aType
Error
SendError
(
Header
::
Type
aType
,
Header
::
Code
aCode
,
const
MessageInfo
&
aMessageInfo
,
const
Message
&
aMessage
)
;
icmp6.hpp:263
ot::Ip6::Icmp::SendError()
ot::Ip6::Icmp::SendError()::aType
Error
SendError
(
Header
::
Type
aType
,
Header
::
Code
aCode
,
const
MessageInfo
&
aMessageInfo
,
const
Headers
&
aHeaders
)
;
icmp6.hpp:276
ot::Ip6::Icmp::SendError()
ot::Ip6::Icmp::SendError()::aType
using
IcmpType
=
ot
::
Ip6
::
Icmp
::
Header
::
Type
;
ip6.cpp:38
IcmpType
static
const
IcmpType
kForwardIcmpTypes
[
]
=
{
ip6.cpp:40
IcmpType
::
kTypeDstUnreach
,
IcmpType
::
kTypePacketToBig
,
IcmpType
::
kTypeTimeExceeded
,
ip6.cpp:41
IcmpType
::
kTypeParameterProblem
,
IcmpType
::
kTypeEchoRequest
,
IcmpType
::
kTypeEchoReply
,
ip6.cpp:42
for
(
IcmpType
type
:
kForwardIcmpTypes
)
ip6.cpp:1210
ot::Ip6::Ip6::HandleDatagram()
Icmp
::
Header
::
Type
GetType
(
void
)
const
{
return
static_cast
<
Icmp
::
Header
::
Type
>
(
mType
)
;
}
nd6.hpp:668
ot::Ip6::Nd::RouterAdvert::Header::GetType() const
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
Instance
Scope
Location
Project
return
ot::Ip6::Icmp::Header::GetType() const
icmp6.hpp:121
ot::Ip6::Icmp::Header::SetType()::aType
ot::Ip6::Icmp::Header::SetType()
icmp6.hpp:128
ot::Ip6::Icmp::SendError()::aType
ot::Ip6::Icmp::SendError()
icmp6.hpp:263
ot::Ip6::Icmp::SendError()::aType
ot::Ip6::Icmp::SendError()
icmp6.hpp:276
IcmpType
ip6.cpp:38
kForwardIcmpTypes
ip6.cpp:40
return
ot::Ip6::Nd::RouterAdvert::Header::GetType() const
nd6.hpp:668
ot::Ip6::Icmp::SendError()::aType
ot::Ip6::Icmp::SendError()
icmp6.cpp:77
ot::Ip6::Icmp::SendError()::aType
ot::Ip6::Icmp::SendError()
icmp6.cpp:89
Lifecycle
from
examples
All items filtered out
All items filtered out