ESP-IDF
ot::AddressResolver::CacheEntry::GetMeshLocalIid() const
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::AddressResolver::CacheEntry::GetMeshLocalIid() const
ot::AddressResolver::CacheEntry::GetMeshLocalIid() const method
Syntax
Show:
Summary
Declaration
from
address_resolver.hpp:257
const
Ip6
::
InterfaceIdentifier
&
GetMeshLocalIid
(
void
)
const
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
Ip6
::
InterfaceIdentifier
&
GetMeshLocalIid
(
void
)
const
{
return
mInfo
.
mCached
.
mMeshLocalIid
;
}
address_resolver.hpp:257
AsCoreType
(
&
aInfo
.
mMeshLocalEid
)
.
SetIid
(
entry
->
GetMeshLocalIid
(
)
)
;
address_resolver.cpp:127
ot::AddressResolver
ot::AddressResolver::GetNextCacheEntry() const
VerifyOrExit
(
entry
->
GetMeshLocalIid
(
)
==
meshLocalIid
,
SendAddressError
(
target
,
meshLocalIid
,
nullptr
)
)
;
address_resolver.cpp:691
ot::AddressResolver
ot::AddressResolver::HandleTmf()
Call Tree
from
examples
ot::AddressResolver::CacheEntry::GetMeshLocalIid() const
is called by 2 functions:
ot::AddressResolver::GetNextCacheEntry() const
ot::AddressResolver::HandleTmf()
All items filtered out
ot::AddressResolver::CacheEntry::GetMeshLocalIid() const
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