ESP-IDF
ot::Ip6::Udp::GetEphemeralPort()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::Udp::GetEphemeralPort()
ot::Ip6::Udp::GetEphemeralPort() method
Returns a new ephemeral port.
Syntax
Show:
Summary
Declaration
Definition
from
udp6.hpp:534
uint16_t
GetEphemeralPort
(
void
)
;
Implemented in
udp6.cpp:405
Return value
A new ephemeral port.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
Udp
::
GetEphemeralPort
(
void
)
udp6.cpp:405
uint16_t
GetEphemeralPort
(
void
)
;
udp6.hpp:534
aSocket
.
mSockName
.
mPort
=
GetEphemeralPort
(
)
;
udp6.cpp:221
ot::Ip6::Udp
ot::Ip6::Udp::Bind()
Call Tree
from
examples
ot::Ip6::Udp::GetEphemeralPort()
is called by 1 function and calls 1 function:
ot::Ip6::Udp::Bind()
All items filtered out
ot::Ip6::Udp::GetEphemeralPort()
ot::Ip6::Udp::IsPortReserved()
All items filtered out
Data Use
from
examples
ot::Ip6::Udp::GetEphemeralPort()
reads 3 variables and writes 1 variable:
ot::Ip6::Udp::kDynamicPortMin
ot::Ip6::Udp::kDynamicPortMax
ot::Ip6::Udp::mEphemeralPort
All items filtered out
ot::Ip6::Udp::GetEphemeralPort()
ot::Ip6::Udp::mEphemeralPort
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