ESP-IDF
otNetifMulticastAddress::mAddress
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/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::mAddress
otNetifMulticastAddress::mAddress field
Syntax
Show:
Summary
Declaration
from
ip6.h:189
otIp6Address
mAddress
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otIp6Address
mAddress
;
///< The IPv6 multicast address.
ip6.h:189
OutputIp6AddressLine
(
addr
->
mAddress
)
;
cli.cpp:3356
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
return
AsCoreType
(
&
Netif
::
kLinkLocalAllNodesMulticastAddress
.
mAddress
)
;
ip6_address.cpp:687
ot::Ip6::Address
ot::Ip6::Address::GetLinkLocalAllNodesMulticast()
return
AsCoreType
(
&
Netif
::
kLinkLocalAllRoutersMulticastAddress
.
mAddress
)
;
ip6_address.cpp:692
ot::Ip6::Address
ot::Ip6::Address::GetLinkLocalAllRoutersMulticast()
return
AsCoreType
(
&
Netif
::
kRealmLocalAllNodesMulticastAddress
.
mAddress
)
;
ip6_address.cpp:697
ot::Ip6::Address
ot::Ip6::Address::GetRealmLocalAllNodesMulticast()
return
AsCoreType
(
&
Netif
::
kRealmLocalAllRoutersMulticastAddress
.
mAddress
)
;
ip6_address.cpp:702
ot::Ip6::Address
ot::Ip6::Address::GetRealmLocalAllRoutersMulticast()
return
AsCoreType
(
&
Netif
::
kRealmLocalAllMplForwardersMulticastAddress
.
mAddress
)
;
ip6_address.cpp:707
ot::Ip6::Address
ot::Ip6::Address::GetRealmLocalAllMplForwarders()
entry
->
mAddress
=
aAddress
;
netif.cpp:312
ot::Ip6::Netif
ot::Ip6::Netif::SubscribeExternalMulticast()
const
Address
&
GetAddress
(
void
)
const
{
return
AsCoreType
(
&
mAddress
)
;
}
netif.hpp:233
ot::Ip6::Netif::MulticastAddress
ot::Ip6::Netif::MulticastAddress::GetAddress() const
Address
&
GetAddress
(
void
)
{
return
AsCoreType
(
&
mAddress
)
;
}
netif.hpp:240
ot::Ip6::Netif::MulticastAddress
ot::Ip6::Netif::MulticastAddress::GetAddress()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otNetifMulticastAddress::mAddress
is read by 2 functions:
All items filtered out
otNetifMulticastAddress::mAddress
ot::Ip6::Netif::SubscribeExternalMulticast()
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