ESP-IDF
otNetifAddress::mNext
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
otNetifAddress::mNext
otNetifAddress::mNext field
Syntax
Show:
Summary
Declaration
from
ip6.h:181
const
struct
otNetifAddress
*
mNext
;
Examples
References
from
examples
Code
Location
Scope
Referrer
const
struct
otNetifAddress
*
mNext
;
///< A pointer to the next network interface address.
ip6.h:181
for
(
const
otNetifAddress
*
addr
=
unicastAddrs
;
addr
;
addr
=
addr
->
mNext
)
cli.cpp:3232
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
const
UnicastAddress
*
GetNext
(
void
)
const
{
return
static_cast
<
const
UnicastAddress
*
>
(
mNext
)
;
}
netif.hpp:205
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::GetNext() const
UnicastAddress
*
GetNext
(
void
)
{
return
static_cast
<
UnicastAddress
*
>
(
AsNonConst
(
mNext
)
)
;
}
netif.hpp:212
ot::Ip6::Netif::UnicastAddress
ot::Ip6::Netif::UnicastAddress::GetNext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNetifAddress::mNext
is read by 3 functions:
All items filtered out
otNetifAddress::mNext
ot::Ip6::Netif::UnicastAddress::GetNext() const
ot::Ip6::Netif::UnicastAddress::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