ESP-IDF
ot::Ip6::MessageInfo::GetSockAddr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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::MessageInfo::GetSockAddr()
ot::Ip6::MessageInfo::GetSockAddr() method
Returns a reference to the local socket address.
Syntax
Show:
Summary
Declaration
from
socket.hpp:72
Address
&
GetSockAddr
(
void
)
;
Return value
A reference to the local socket address.
Examples
References
from
examples
Code
Location
Scope
Referrer
Address
&
GetSockAddr
(
void
)
{
return
AsCoreType
(
&
mSockAddr
)
;
}
socket.hpp:72
Get
<
Tmf
::
Agent
>
(
)
.
IsTmfMessage
(
aMessageInfo
.
GetSockAddr
(
)
,
aMessageInfo
.
GetPeerAddr
(
)
,
ip6.cpp:412
ot::Ip6::Ip6
ot::Ip6::Ip6::SendDatagram()
if
(
aMessageInfo
.
GetSockAddr
(
)
.
IsUnspecified
(
)
||
aMessageInfo
.
GetSockAddr
(
)
.
IsMulticast
(
)
)
ip6.cpp:437
ot::Ip6::Ip6
ot::Ip6::Ip6::SendDatagram()
header
.
SetSource
(
aMessageInfo
.
GetSockAddr
(
)
)
;
ip6.cpp:446
ot::Ip6::Ip6
ot::Ip6::Ip6::SendDatagram()
if
(
messageInfoLocal
.
GetSockAddr
(
)
.
IsUnspecified
(
)
)
udp6.cpp:339
ot::Ip6::Udp
ot::Ip6::Udp::SendTo()
Call Tree
from
examples
ot::Ip6::MessageInfo::GetSockAddr()
is called by 2 functions:
ot::Ip6::Ip6::SendDatagram()
ot::Ip6::Udp::SendTo()
All items filtered out
ot::Ip6::MessageInfo::GetSockAddr()
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