ESP-IDF
ot::Ip6::Nd::TxMessage::AppendOption()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Nd::TxMessage::AppendOption()
ot::Ip6::Nd::TxMessage::AppendOption() method
Syntax
Show:
Summary
Declaration
Definition
from
nd6.hpp:546
Option
*
AppendOption
(
uint16_t
aOptionSize
)
;
Implemented in
nd6.cpp:213
Arguments
Argument
aOptionSize
Examples
References
from
examples
Code
Location
Referrer
Option
*
TxMessage
::
AppendOption
(
uint16_t
aOptionSize
)
nd6.cpp:213
Option
*
AppendOption
(
uint16_t
aOptionSize
)
;
nd6.hpp:546
pio
=
static_cast
<
PrefixInfoOption
*
>
(
AppendOption
(
sizeof
(
PrefixInfoOption
)
)
)
;
nd6.cpp:284
ot::Ip6::Nd::RouterAdvert::TxMessage::AppendPrefixInfoOption()
rio
=
static_cast
<
RouteInfoOption
*
>
(
AppendOption
(
RouteInfoOption
::
OptionSizeForPrefix
(
aPrefix
.
GetLength
(
)
)
)
)
;
nd6.cpp:305
ot::Ip6::Nd::RouterAdvert::TxMessage::AppendRouteInfoOption()
Call Tree
from
examples
ot::Ip6::Nd::TxMessage::AppendOption()
calls 1 function:
All items filtered out
ot::Ip6::Nd::TxMessage::AppendOption()
ot::Ip6::Nd::TxMessage::AppendBytes()
All items filtered out
Data Use
from
examples
ot::Ip6::Nd::TxMessage::AppendOption()
writes 2 variables:
All items filtered out
ot::Ip6::Nd::TxMessage::AppendOption()
ot::Ip6::Nd::RouterAdvert::TxMessage::AppendPrefixInfoOption()
ot::Ip6::Nd::RouterAdvert::TxMessage::AppendRouteInfoOption()
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