ESP-IDF
ot::Ip6::Nd::PrefixInfoOption::SetAutoAddrConfigFlag()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Ip6::Nd::PrefixInfoOption::SetAutoAddrConfigFlag()
ot::Ip6::Nd::PrefixInfoOption::SetAutoAddrConfigFlag() method
Sets the autonomous address-configuration (A) flag.
Syntax
Show:
Summary
Declaration
from
nd6.hpp:214
void
SetAutoAddrConfigFlag
(
void
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
SetAutoAddrConfigFlag
(
void
)
{
mFlags
|=
kAutoConfigFlagMask
;
}
nd6.hpp:214
pio
->
SetAutoAddrConfigFlag
(
)
;
nd6.cpp:289
ot::Ip6::Nd::RouterAdvert::TxMessage
ot::Ip6::Nd::RouterAdvert::TxMessage::AppendPrefixInfoOption()
Call Tree
from
examples
ot::Ip6::Nd::PrefixInfoOption::SetAutoAddrConfigFlag()
is called by 1 function:
ot::Ip6::Nd::RouterAdvert::TxMessage::AppendPrefixInfoOption()
All items filtered out
ot::Ip6::Nd::PrefixInfoOption::SetAutoAddrConfigFlag()
All items filtered out
Data Use
from
examples
ot::Ip6::Nd::PrefixInfoOption::SetAutoAddrConfigFlag()
reads 2 variables and writes 1 variable:
ot::Ip6::Nd::PrefixInfoOption::kAutoConfigFlagMask
ot::Ip6::Nd::PrefixInfoOption::mFlags
All items filtered out
ot::Ip6::Nd::PrefixInfoOption::SetAutoAddrConfigFlag()
ot::Ip6::Nd::PrefixInfoOption::mFlags
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