ESP-IDF
ot::Child::mIp6Addresses
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::Child::mIp6Addresses
ot::Child::mIp6Addresses field
Syntax
Show:
Summary
Declaration
from
child.hpp:379
Ip6AddressArray
mIp6Addresses
;
Examples
References
from
examples
Code
Location
Scope
Referrer
Ip6AddressArray
mIp6Addresses
;
child.hpp:379
OT_ASSERT
(
aChild
.
mIp6Addresses
.
IsInArrayBuffer
(
this
)
)
;
child.cpp:86
ot::Child::Ip6AddrEntry
ot::Child::Ip6AddrEntry::GetMlrState() const
index
=
aChild
.
mIp6Addresses
.
IndexOf
(
*
this
)
;
child.cpp:88
ot::Child::Ip6AddrEntry
ot::Child::Ip6AddrEntry::GetMlrState() const
OT_ASSERT
(
aChild
.
mIp6Addresses
.
IsInArrayBuffer
(
this
)
)
;
child.cpp:107
ot::Child::Ip6AddrEntry
ot::Child::Ip6AddrEntry::SetMlrState()
index
=
aChild
.
mIp6Addresses
.
IndexOf
(
*
this
)
;
child.cpp:109
ot::Child::Ip6AddrEntry
ot::Child::Ip6AddrEntry::SetMlrState()
mIp6Addresses
.
Clear
(
)
;
child.cpp:131
ot::Child
ot::Child::ClearIp6Addresses()
VerifyOrExit
(
aIterator
-
1
<
mIp6Addresses
.
GetLength
(
)
,
error
=
kErrorNotFound
)
;
child.cpp:178
ot::Child
ot::Child::GetNextIp6Address() const
VerifyOrExit
(
!
mIp6Addresses
.
ContainsMatching
(
aAddress
)
,
error
=
kErrorAlready
)
;
child.cpp:200
ot::Child
ot::Child::AddIp6Address()
error
=
mIp6Addresses
.
PushBack
(
static_cast
<
const
Ip6AddrEntry
&
>
(
aAddress
)
)
;
child.cpp:201
ot::Child
ot::Child::AddIp6Address()
entry
=
mIp6Addresses
.
FindMatching
(
aAddress
)
;
child.cpp:223
ot::Child
ot::Child::RemoveIp6Address()
uint16_t
entryIndex
=
mIp6Addresses
.
IndexOf
(
*
entry
)
;
child.cpp:232
ot::Child
ot::Child::RemoveIp6Address()
uint16_t
lastIndex
=
mIp6Addresses
.
GetLength
(
)
-
1
;
child.cpp:233
ot::Child
ot::Child::RemoveIp6Address()
mIp6Addresses
.
Remove
(
*
entry
)
;
child.cpp:243
ot::Child
ot::Child::RemoveIp6Address()
hasAddress
=
mIp6Addresses
.
ContainsMatching
(
aAddress
)
;
child.cpp:262
ot::Child
ot::Child::HasIp6Address() const
entry
=
mIp6Addresses
.
FindMatching
(
aAddress
)
;
child.cpp:295
ot::Child
ot::Child::HasMlrRegisteredAddress() const
const
Ip6AddressArray
&
GetIp6Addresses
(
void
)
const
{
return
mIp6Addresses
;
}
child.hpp:184
ot::Child
ot::Child::GetIp6Addresses() const
Ip6AddressArray
&
GetIp6Addresses
(
void
)
{
return
mIp6Addresses
;
}
child.hpp:193
ot::Child
ot::Child::GetIp6Addresses()
Call Tree
from
examples
ot::Child::mIp6Addresses
is called by 8 functions:
ot::Child::Ip6AddrEntry::GetMlrState() const
ot::Child::Ip6AddrEntry::SetMlrState()
ot::Child::ClearIp6Addresses()
ot::Child::GetNextIp6Address() const
ot::Child::AddIp6Address()
ot::Child::RemoveIp6Address()
ot::Child::HasIp6Address() const
ot::Child::HasMlrRegisteredAddress() const
All items filtered out
ot::Child::mIp6Addresses
All items filtered out
Data Use
from
examples
ot::Child::mIp6Addresses
is read by 2 functions:
All items filtered out
ot::Child::mIp6Addresses
ot::Child::GetIp6Addresses() const
ot::Child::GetIp6Addresses()
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