ESP-IDF
ot::Ip6::SockAddr::GetAddress()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
ot::Ip6::SockAddr::GetAddress()
ot::Ip6::SockAddr::GetAddress() method
Returns a reference to the IPv6 address.
Syntax
Show:
Summary
Declaration
from
socket.hpp:250
Address
&
GetAddress
(
void
)
;
Return value
A reference to the IPv6 address.
Examples
References
from
examples
Code
Location
Scope
Referrer
Address
&
GetAddress
(
void
)
{
return
AsCoreType
(
&
mAddress
)
;
}
socket.hpp:250
IgnoreError
(
GetServerSockAddr
(
)
.
GetAddress
(
)
.
FromString
(
kDefaultServerAddressString
)
)
;
dns_client.cpp:55
ot::Dns::Client::QueryConfig
ot::Dns::Client::QueryConfig::QueryConfig()
if
(
GetServerSockAddr
(
)
.
GetAddress
(
)
.
IsUnspecified
(
)
)
dns_client.cpp:82
ot::Dns::Client::QueryConfig
ot::Dns::Client::QueryConfig::SetFrom()
GetServerSockAddr
(
)
.
GetAddress
(
)
=
aDefaultConfig
.
GetServerSockAddr
(
)
.
GetAddress
(
)
;
dns_client.cpp:84
ot::Dns::Client::QueryConfig
ot::Dns::Client::QueryConfig::SetFrom()
GetAddress
(
)
.
Clear
(
)
;
socket.hpp:230
ot::Ip6::SockAddr
ot::Ip6::SockAddr::SockAddr()
if
(
serverSockAddr
.
GetAddress
(
)
.
IsUnspecified
(
)
)
srp_client.cpp:2330
ot::Srp::Client
ot::Srp::Client::ProcessAutoStart()
if
(
!
serverSockAddr
.
GetAddress
(
)
.
IsUnspecified
(
)
&&
(
GetServerAddress
(
)
!=
serverSockAddr
)
)
srp_client.cpp:2527
ot::Srp::Client
ot::Srp::Client::SelectNextServer()
VerifyOrExit
(
!
aSocket
.
GetPeerName
(
)
.
GetAddress
(
)
.
IsUnspecified
(
)
,
error
=
kErrorInvalidArgs
)
;
udp6.cpp:328
ot::Ip6::Udp
ot::Ip6::Udp::SendTo()
messageInfoLocal
.
SetPeerAddr
(
aSocket
.
GetPeerName
(
)
.
GetAddress
(
)
)
;
udp6.cpp:330
ot::Ip6::Udp
ot::Ip6::Udp::SendTo()
messageInfoLocal
.
SetSockAddr
(
aSocket
.
GetSockName
(
)
.
GetAddress
(
)
)
;
udp6.cpp:341
ot::Ip6::Udp
ot::Ip6::Udp::SendTo()
Call Tree
from
examples
ot::Ip6::SockAddr::GetAddress()
is called by 6 functions:
ot::Ip6::SockAddr::SockAddr()
ot::Dns::Client::QueryConfig::QueryConfig()
ot::Dns::Client::QueryConfig::SetFrom()
ot::Srp::Client::ProcessAutoStart()
ot::Srp::Client::SelectNextServer()
ot::Ip6::Udp::SendTo()
All items filtered out
ot::Ip6::SockAddr::GetAddress()
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
Lifecycle
from
examples
All items filtered out
All items filtered out