ESP-IDF
otMacCounters::mRxErrInvalidSrcAddr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
otMacCounters::mRxErrInvalidSrcAddr
otMacCounters::mRxErrInvalidSrcAddr field
The total number of frames dropped due to invalid source address.
Syntax
Show:
Summary
Declaration
from
link.h:295
uint32_t
mRxErrInvalidSrcAddr
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint32_t
mRxErrInvalidSrcAddr
;
link.h:295
{
&
otMacCounters
::
mRxErrInvalidSrcAddr
,
"RxErrInvalidSrcAddr"
}
,
cli.cpp:2258
ot::Cli::Interpreter
ot::Cli::Interpreter::Process()
mCounters
.
mRxErrInvalidSrcAddr
++
;
mac.cpp:2044
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
tlv
.
SetIfInErrors
(
counters
.
mRxErrNoFrame
+
counters
.
mRxErrUnknownNeighbor
+
counters
.
mRxErrInvalidSrcAddr
+
network_diagnostic.cpp:210
ot::NetworkDiagnostic::Server
ot::NetworkDiagnostic::Server::AppendMacCounters()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
otMacCounters::mRxErrInvalidSrcAddr
is written by 1 function and is read by 2 functions:
ot::Mac::Mac::HandleReceivedFrame()
All items filtered out
otMacCounters::mRxErrInvalidSrcAddr
ot::Mac::Mac::HandleReceivedFrame()
ot::NetworkDiagnostic::Server::AppendMacCounters()
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