ESP-IDF
ot::Ip6::Headers::GetSourcePort() const
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::Headers::GetSourcePort() const
ot::Ip6::Headers::GetSourcePort() const method
Returns the source port number if header is UDP or TCP, or zero otherwise
Syntax
Show:
Summary
Declaration
Definition
from
ip6.hpp:546
uint16_t
GetSourcePort
(
void
)
const
;
Implemented in
ip6.cpp:1598
Return value
The source port number under UDP / TCP or zero.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
Headers
::
GetSourcePort
(
void
)
const
ip6.cpp:1598
uint16_t
GetSourcePort
(
void
)
const
;
ip6.hpp:546
LogIp6AddressAndPort
(
"src"
,
aHeaders
.
GetSourceAddress
(
)
,
aHeaders
.
GetSourcePort
(
)
,
aLogLevel
)
;
mesh_forwarder.cpp:1809
ot::MeshForwarder
ot::MeshForwarder::LogIp6SourceDestAddresses()
Call Tree
from
examples
ot::Ip6::Headers::GetSourcePort() const
is called by 1 function and calls 1 function:
ot::MeshForwarder::LogIp6SourceDestAddresses()
All items filtered out
ot::Ip6::Headers::GetSourcePort() const
ot::Ip6::Headers::GetIpProto() const
All items filtered out
Data Use
from
examples
ot::Ip6::Headers::GetSourcePort() const
reads 2 variables:
ot::Ip6::kProtoTcp
ot::Ip6::kProtoUdp
All items filtered out
ot::Ip6::Headers::GetSourcePort() 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