ESP-IDF
ot::Ip6::Headers::GetChecksum() const
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::Ip6::Headers::GetChecksum() const
ot::Ip6::Headers::GetChecksum() const method
Returns the checksum values from corresponding UDP, TCP, or ICMPv6 header.
Syntax
Show:
Summary
Declaration
Definition
from
ip6.hpp:560
uint16_t
GetChecksum
(
void
)
const
;
Implemented in
ip6.cpp:1640
Return value
The checksum value.
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
Headers
::
GetChecksum
(
void
)
const
ip6.cpp:1640
uint16_t
GetChecksum
(
void
)
const
;
ip6.hpp:560
Ip6
::
Ip6
::
IpProtoToString
(
headers
.
GetIpProto
(
)
)
,
aMessage
.
GetLength
(
)
,
headers
.
GetChecksum
(
)
,
mesh_forwarder.cpp:1846
ot::MeshForwarder
ot::MeshForwarder::LogIp6Message()
headers
.
GetChecksum
(
)
,
Ip6
::
Ip6
::
EcnToString
(
headers
.
GetEcn
(
)
)
,
MessagePriorityToString
(
aMessage
)
)
;
mesh_forwarder_ftd.cpp:909
ot::MeshForwarder
ot::MeshForwarder::LogMeshIpHeader()
Call Tree
from
examples
ot::Ip6::Headers::GetChecksum() const
is called by 2 functions and calls 1 function:
ot::MeshForwarder::LogIp6Message()
ot::MeshForwarder::LogMeshIpHeader()
All items filtered out
ot::Ip6::Headers::GetChecksum() const
ot::Ip6::Headers::GetIpProto() const
All items filtered out
Data Use
from
examples
ot::Ip6::Headers::GetChecksum() const
reads 3 variables:
ot::Ip6::kProtoTcp
ot::Ip6::kProtoUdp
ot::Ip6::kProtoIcmp6
All items filtered out
ot::Ip6::Headers::GetChecksum() 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