ESP-IDF
otNetifMulticastAddress::mNext
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otNetifMulticastAddress::mNext
otNetifMulticastAddress::mNext field
Syntax
Show:
Summary
Declaration
from
ip6.h:190
const
struct
otNetifMulticastAddress
*
mNext
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
struct
otNetifMulticastAddress
*
mNext
;
///< A pointer to the next network interface multicast address.
ip6.h:190
addr
=
addr
->
mNext
)
cli.cpp:3354
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
const
MulticastAddress
*
GetNext
(
void
)
const
{
return
static_cast
<
const
MulticastAddress
*
>
(
mNext
)
;
}
netif.hpp:247
ot::Ip6::Netif::MulticastAddress
ot::Ip6::Netif::MulticastAddress::GetNext() const
MulticastAddress
*
GetNext
(
void
)
{
return
static_cast
<
MulticastAddress
*
>
(
AsNonConst
(
mNext
)
)
;
}
netif.hpp:254
ot::Ip6::Netif::MulticastAddress
ot::Ip6::Netif::MulticastAddress::GetNext()
ExternalMulticastAddress
*
GetNext
(
void
)
{
return
static_cast
<
ExternalMulticastAddress
*
>
(
AsNonConst
(
mNext
)
)
;
}
netif.hpp:336
ot::Ip6::Netif::ExternalMulticastAddress
ot::Ip6::Netif::ExternalMulticastAddress::GetNext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNetifMulticastAddress::mNext
is read by 4 functions:
All items filtered out
otNetifMulticastAddress::mNext
ot::Ip6::Netif::MulticastAddress::GetNext() const
ot::Ip6::Netif::MulticastAddress::GetNext()
ot::Ip6::Netif::ExternalMulticastAddress::GetNext()
ot::Cli::Interpreter::Process()
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