ESP-IDF
ot::Ip6::Nd::Option::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::Nd::Option::Type
ot::Ip6::Nd::Option::Type enum
Syntax
Show:
Summary
Declaration
from
nd6.hpp:79
enum
Type
:
uint8_t
{
kSourceLinkLayerAddr
=
1
,
kTargetLinkLayerAddr
=
2
,
kTypePrefixInfo
=
3
,
kTypeRouteInfo
=
24
,
kTypeRaFlagsExtension
=
26
,
}
;
Values
Value
Declared as
ot::Ip6::Nd::Option::Type::kSourceLinkLayerAddr
=
1
ot::Ip6::Nd::Option::Type::kTargetLinkLayerAddr
=
2
ot::Ip6::Nd::Option::Type::kTypePrefixInfo
=
3
ot::Ip6::Nd::Option::Type::kTypeRouteInfo
=
24
ot::Ip6::Nd::Option::Type::kTypeRaFlagsExtension
=
26
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
Type
:
uint8_t
nd6.hpp:79
Error
TxMessage
::
AppendLinkLayerOption
(
LinkLayerAddress
&
aLinkLayerAddress
,
Option
::
Type
aType
)
nd6.cpp:247
ot::Ip6::Nd::TxMessage::AppendLinkLayerOption()
ot::Ip6::Nd::TxMessage::AppendLinkLayerOption()::aType
void
SetType
(
Type
aType
)
{
mType
=
aType
;
}
nd6.hpp:102
ot::Ip6::Nd::Option::SetType()
ot::Ip6::Nd::Option::SetType()::aType
static
constexpr
Type
kType
=
kTypePrefixInfo
;
///< Prefix Information Option Type.
nd6.hpp:178
ot::Ip6::Nd::PrefixInfoOption
ot::Ip6::Nd::PrefixInfoOption::kType
static
constexpr
Type
kType
=
kTypeRouteInfo
;
///< Route Information Option Type.
nd6.hpp:336
ot::Ip6::Nd::RouteInfoOption
ot::Ip6::Nd::RouteInfoOption::kType
static
constexpr
Type
kType
=
kTypeRaFlagsExtension
;
///< RA Flags Extension Option type.
nd6.hpp:459
ot::Ip6::Nd::RaFlagsExtOption
ot::Ip6::Nd::RaFlagsExtOption::kType
Error
AppendLinkLayerOption
(
LinkLayerAddress
&
aLinkLayerAddress
,
Option
::
Type
aType
)
;
nd6.hpp:524
ot::Ip6::Nd::TxMessage::AppendLinkLayerOption()
ot::Ip6::Nd::TxMessage::AppendLinkLayerOption()::aType
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
ot::Ip6::Nd::Option::SetType()::aType
ot::Ip6::Nd::Option::SetType()
nd6.hpp:102
ot::Ip6::Nd::PrefixInfoOption::kType
ot::Ip6::Nd::PrefixInfoOption
nd6.hpp:178
ot::Ip6::Nd::RouteInfoOption::kType
ot::Ip6::Nd::RouteInfoOption
nd6.hpp:336
ot::Ip6::Nd::RaFlagsExtOption::kType
ot::Ip6::Nd::RaFlagsExtOption
nd6.hpp:459
ot::Ip6::Nd::TxMessage::AppendLinkLayerOption()::aType
ot::Ip6::Nd::TxMessage::AppendLinkLayerOption()
nd6.hpp:524
ot::Ip6::Nd::TxMessage::AppendLinkLayerOption()::aType
ot::Ip6::Nd::TxMessage::AppendLinkLayerOption()
nd6.cpp:247
Lifecycle
from
examples
All items filtered out
All items filtered out