ESP-IDF
ot::Tmf::kUdpPort
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
ot::Tmf::kUdpPort
ot::Tmf::kUdpPort variable
Syntax
Show:
Summary
Declaration
from
tmf.hpp:59
constexpr
uint16_t
kUdpPort
=
61631
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
uint16_t
kUdpPort
=
61631
;
///< TMF UDP Port
tmf.hpp:59
if
(
udpHeader
.
GetDestinationPort
(
)
==
Tmf
::
kUdpPort
)
ip6.cpp:1232
ot::Ip6::Ip6
ot::Ip6::Ip6::HandleDatagram()
metadata
.
mMessageInfo
.
SetPeerPort
(
Tmf
::
kUdpPort
)
;
joiner_router.cpp:205
ot::MeshCoP::JoinerRouter
ot::MeshCoP::JoinerRouter::DelaySendingJoinerEntrust()
Error
Agent
::
Start
(
void
)
{
return
Coap
::
Start
(
kUdpPort
,
Ip6
::
kNetifThread
)
;
}
tmf.cpp:86
ot::Tmf::Agent
ot::Tmf::Agent::Start()
VerifyOrExit
(
aDestPort
==
kUdpPort
)
;
tmf.cpp:208
ot::Tmf::Agent
ot::Tmf::Agent::IsTmfMessage() const
SetPeerPort
(
kUdpPort
)
;
tmf.hpp:81
ot::Tmf::MessageInfo
ot::Tmf::MessageInfo::MessageInfo()
void
SetSockPortToTmf
(
void
)
{
SetSockPort
(
kUdpPort
)
;
}
tmf.hpp:87
ot::Tmf::MessageInfo
ot::Tmf::MessageInfo::SetSockPortToTmf()
return
aPort
==
Tmf
::
kUdpPort
||
(
kSrpServerPortMin
<=
aPort
&&
aPort
<=
kSrpServerPortMax
)
;
udp6.cpp:368
ot::Ip6::Udp
ot::Ip6::Udp::IsPortReserved()
return
(
aPort
!=
Mle
::
kUdpPort
&&
aPort
!=
Tmf
::
kUdpPort
udp6.cpp:546
ot::Ip6::Udp
ot::Ip6::Udp::ShouldUsePlatformUdp() const
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Tmf::kUdpPort
is read by 8 functions:
All items filtered out
ot::Tmf::kUdpPort
ot::Tmf::MessageInfo::MessageInfo()
ot::Tmf::MessageInfo::SetSockPortToTmf()
ot::Tmf::Agent::Start()
ot::Tmf::Agent::IsTmfMessage() const
ot::MeshCoP::JoinerRouter::DelaySendingJoinerEntrust()
ot::Ip6::Ip6::HandleDatagram()
ot::Ip6::Udp::IsPortReserved()
ot::Ip6::Udp::ShouldUsePlatformUdp() const
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