ESP-IDF
ot::MlrState
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::MlrState
ot::MlrState enum
Multicast Listener Registration state for multicast addresses.
Syntax
Show:
Summary
Declaration
from
mlr_types.hpp:52
enum
MlrState
:
uint8_t
{
kMlrStateToRegister
,
kMlrStateRegistering
,
kMlrStateRegistered
,
}
;
Values
Value
Declared as
ot::MlrState::kMlrStateToRegister
ot::MlrState::kMlrStateRegistering
ot::MlrState::kMlrStateRegistered
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
MlrState
:
uint8_t
mlr_types.hpp:52
MlrState
Child
::
Ip6AddrEntry
::
GetMlrState
(
const
Child
&
aChild
)
const
child.cpp:81
ot::Child::Ip6AddrEntry
ot::Child::Ip6AddrEntry::GetMlrState() const
MlrState
state
=
kMlrStateRegistering
;
child.cpp:83
ot::Child::Ip6AddrEntry::GetMlrState() const
void
Child
::
Ip6AddrEntry
::
SetMlrState
(
MlrState
aState
,
Child
&
aChild
)
child.cpp:103
ot::Child::Ip6AddrEntry::SetMlrState()
ot::Child::Ip6AddrEntry::SetMlrState()::aState
MlrState
GetMlrState
(
const
Child
&
aChild
)
const
;
child.hpp:117
ot::Child::Ip6AddrEntry
ot::Child::Ip6AddrEntry::GetMlrState() const
void
SetMlrState
(
MlrState
aState
,
Child
&
aChild
)
;
child.hpp:125
ot::Child::Ip6AddrEntry::SetMlrState()
ot::Child::Ip6AddrEntry::SetMlrState()::aState
void
MlrManager
::
SetMulticastAddressMlrState
(
MlrState
aFromState
,
MlrState
aToState
)
mlr_manager.cpp:507
ot::MlrManager::SetMulticastAddressMlrState()
ot::MlrManager::SetMulticastAddressMlrState()::aToState
void
SetMulticastAddressMlrState
(
MlrState
aFromState
,
MlrState
aToState
)
;
mlr_manager.hpp:190
ot::MlrManager::SetMulticastAddressMlrState()
ot::MlrManager::SetMulticastAddressMlrState()::aFromState
MlrState
GetMlrState
(
void
)
const
{
return
mMlrState
;
}
netif.hpp:325
ot::Ip6::Netif::ExternalMulticastAddress
ot::Ip6::Netif::ExternalMulticastAddress::GetMlrState() const
void
SetMlrState
(
MlrState
aState
)
{
mMlrState
=
aState
;
}
netif.hpp:332
ot::Ip6::Netif::ExternalMulticastAddress::SetMlrState()
ot::Ip6::Netif::ExternalMulticastAddress::SetMlrState()::aState
MlrState
mMlrState
;
netif.hpp:339
ot::Ip6::Netif::ExternalMulticastAddress
ot::Ip6::Netif::ExternalMulticastAddress::mMlrState
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
Instance
Scope
Location
Project
return
ot::Ip6::Netif::ExternalMulticastAddress::GetMlrState() const
netif.hpp:325
ot::Ip6::Netif::ExternalMulticastAddress::SetMlrState()::aState
ot::Ip6::Netif::ExternalMulticastAddress::SetMlrState()
netif.hpp:332
ot::Ip6::Netif::ExternalMulticastAddress::mMlrState
ot::Ip6::Netif::ExternalMulticastAddress
netif.hpp:339
return
ot::Child::Ip6AddrEntry::GetMlrState() const
child.hpp:117
ot::Child::Ip6AddrEntry::SetMlrState()::aState
ot::Child::Ip6AddrEntry::SetMlrState()
child.hpp:125
ot::MlrManager::SetMulticastAddressMlrState()::aFromState
ot::MlrManager::SetMulticastAddressMlrState()
mlr_manager.hpp:190
ot::MlrManager::SetMulticastAddressMlrState()::aToState
ot::MlrManager::SetMulticastAddressMlrState()
mlr_manager.hpp:190
return
ot::Child::Ip6AddrEntry::GetMlrState() const
child.cpp:81
ot::Child::Ip6AddrEntry::SetMlrState()::aState
ot::Child::Ip6AddrEntry::SetMlrState()
child.cpp:103
ot::MlrManager::SetMulticastAddressMlrState()::aFromState
ot::MlrManager::SetMulticastAddressMlrState()
mlr_manager.cpp:507
ot::MlrManager::SetMulticastAddressMlrState()::aToState
ot::MlrManager::SetMulticastAddressMlrState()
mlr_manager.cpp:507
Lifecycle
from
examples
All items filtered out
All items filtered out