ESP-IDF
ot::Child::Ip6AddrEntry
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Methods
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Child::Ip6AddrEntry
ot::Child::Ip6AddrEntry class
Represents an IPv6 address entry registered by an MTD child.
Syntax
Show:
Summary
Declaration
from
child.hpp:96
class
Ip6AddrEntry
:
public
Ip6
::
Address
{
public
:
bool
Matches
(
const
Ip6
::
Address
&
aAddress
)
const
{
return
(
*
this
==
aAddress
)
;
}
#if
OPENTHREAD_CONFIG_TMF_PROXY_MLR_ENABLE
MlrState
GetMlrState
(
const
Child
&
aChild
)
const
;
void
SetMlrState
(
MlrState
aState
,
Child
&
aChild
)
;
#endif
}
;
Methods
Matches() const
Indicates whether the entry matches a given IPv6 address.
GetMlrState() const
Gets the MLR state of the IPv6 address entry.
SetMlrState()
Sets the MLR state of the IPv6 address entry.
Examples
References
from
examples
Code
Location
Scope
Referrer
class
Ip6AddrEntry
:
public
Ip6
::
Address
child.hpp:96
MlrState
Child
::
Ip6AddrEntry
::
GetMlrState
(
const
Child
&
aChild
)
const
child.cpp:81
ot::Child::Ip6AddrEntry::GetMlrState() const
void
Child
::
Ip6AddrEntry
::
SetMlrState
(
MlrState
aState
,
Child
&
aChild
)
child.cpp:103
ot::Child::Ip6AddrEntry::SetMlrState()
error
=
mIp6Addresses
.
PushBack
(
static_cast
<
const
Ip6AddrEntry
&
>
(
aAddress
)
)
;
child.cpp:201
ot::Child::AddIp6Address()
Ip6AddrEntry
*
entry
;
child.cpp:210
ot::Child::RemoveIp6Address()
const
Ip6AddrEntry
*
entry
;
child.cpp:293
ot::Child::HasMlrRegisteredAddress() const
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
ot::Child::Ip6AddrEntry
is inherited by 1 classes:
All items filtered out
ot::Child::Ip6AddrEntry
ot::Ip6::Address
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