ESP-IDF
otTrelPeer::mSockAddr
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
otTrelPeer::mSockAddr
otTrelPeer::mSockAddr field
Syntax
Show:
Summary
Declaration
from
trel.h:65
otSockAddr
mSockAddr
;
Examples
References
from
examples
Code
Location
Scope
Referrer
otSockAddr
mSockAddr
;
///< The IPv6 socket address of TREL peer.
trel.h:65
OutputSockAddrLine
(
peer
->
mSockAddr
)
;
cli.cpp:7536
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
otIp6SockAddrToString
(
&
peer
->
mSockAddr
,
string
,
sizeof
(
string
)
)
;
cli.cpp:7546
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
otPlatTrelSend
(
&
GetInstance
(
)
,
aPacket
.
GetBuffer
(
)
,
aPacket
.
GetLength
(
)
,
&
peerEntry
->
mSockAddr
)
;
trel_interface.cpp:375
ot::Trel::Interface
ot::Trel::Interface::Send()
const
Ip6
::
SockAddr
&
GetSockAddr
(
void
)
const
{
return
static_cast
<
const
Ip6
::
SockAddr
&
>
(
mSockAddr
)
;
}
trel_interface.hpp:108
ot::Trel::Interface::Peer
ot::Trel::Interface::Peer::GetSockAddr() const
void
SetSockAddr
(
const
Ip6
::
SockAddr
&
aSockAddr
)
{
mSockAddr
=
aSockAddr
;
}
trel_interface.hpp:142
ot::Trel::Interface::Peer
ot::Trel::Interface::Peer::SetSockAddr()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otTrelPeer::mSockAddr
is read by 3 functions:
All items filtered out
otTrelPeer::mSockAddr
ot::Trel::Interface::Peer::GetSockAddr() const
ot::Trel::Interface::Peer::SetSockAddr()
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