ESP-IDF
ot::SettingsBase::NetworkInfo::SetMeshLocalIid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::SettingsBase::NetworkInfo::SetMeshLocalIid()
ot::SettingsBase::NetworkInfo::SetMeshLocalIid() method
Sets the Mesh Local Interface Identifier.
Syntax
Show:
Summary
Declaration
from
settings.hpp:283
void
SetMeshLocalIid
(
const
Ip6
::
InterfaceIdentifier
&
aMeshLocalIid
)
;
Arguments
Argument
Description
aMeshLocalIid
The Mesh Local Interface Identifier.
Related Functions
Found 18 other functions taking a
InterfaceIdentifier
argument:
Function
Description
ot::Ip6::Address::SetIid()
Sets the Interface Identifier.
ot::Lowpan::Lowpan::ComputeIid()
ot::BackboneRouter::NdProxyTable::FindByAddressIid()
ot::BackboneRouter::NdProxyTable::NdProxy::Init()
ot::BackboneRouter::NdProxyTable::TriggerCallback() const
ot::AddressResolver::CacheEntry::SetMeshLocalIid()
ot::AddressResolver::SendAddressQueryResponse()
Sends an Address Notification (ADDR_NTF.ans) message.
ot::AddressResolver::SendAddressError()
Sends an Address Error Notification (ADDR_ERR.ntf) message.
ot::BackboneRouter::NdProxyTable::FindByMeshLocalIid()
ot::BackboneRouter::Manager::SendProactiveBackboneNotification()
Send a Proactive Backbone Notification (PRO_BB.ntf) on the Backbone link.
ot::BackboneRouter::Manager::HandleDadBackboneAnswer()
ot::BackboneRouter::Manager::HandleExtendedBackboneAnswer()
ot::BackboneRouter::Manager::HandleProactiveBackboneNotification()
ot::Mle::Mle::SetMeshLocalIid()
Sets the Mesh Local IID. Available only when `OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE` is enabled.
ot::DuaManager::SetFixedDuaInterfaceIdentifier()
Sets the Interface Identifier manually specified for the Thread Domain Unicast Address.
ot::BackboneRouter::NdProxyTable::Register()
Registers a given IPv6 address IID with related information to the NdProxy table.
ot::BackboneRouter::Manager::ConfigNextDuaRegistrationResponse()
Configures response status for next DUA registration. Note: available only when `OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE` is enabled. Only used for test and certification.
ot::BackboneRouter::NdProxyTable::IsRegistered()
Checks if a given IPv6 address IID was registered.
Examples
References
from
examples
Code
Location
void
SetMeshLocalIid
(
const
Ip6
::
InterfaceIdentifier
&
aMeshLocalIid
)
{
mMlIid
=
aMeshLocalIid
;
}
settings.hpp:283
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