ESP-IDF
ot::kErrorInvalidSourceAddress
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
ot::kErrorInvalidSourceAddress
ot::kErrorInvalidSourceAddress variable
Syntax
Show:
Summary
Declaration
from
error.hpp:74
constexpr
Error
kErrorInvalidSourceAddress
=
OT_ERROR_INVALID_SOURCE_ADDRESS
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
Error
kErrorInvalidSourceAddress
=
OT_ERROR_INVALID_SOURCE_ADDRESS
;
error.hpp:74
VerifyOrExit
(
source
!=
nullptr
,
error
=
kErrorInvalidSourceAddress
)
;
ip6.cpp:219
ot::Ip6::Ip6
ot::Ip6::Ip6::PrepareMulticastToLargerThanRealmLocal()
VerifyOrExit
(
source
!=
nullptr
,
error
=
kErrorInvalidSourceAddress
)
;
ip6.cpp:441
ot::Ip6::Ip6
ot::Ip6::Ip6::SendDatagram()
VerifyOrExit
(
!
header
.
GetSource
(
)
.
IsMulticast
(
)
,
error
=
kErrorInvalidSourceAddress
)
;
ip6.cpp:1045
ot::Ip6::Ip6
ot::Ip6::Ip6::SendRaw()
VerifyOrExit
(
srcaddr
.
GetExtended
(
)
!=
GetExtAddress
(
)
,
error
=
kErrorInvalidSourceAddress
)
;
mac.cpp:1840
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
case
kErrorInvalidSourceAddress
:
mac.cpp:2043
ot::Mac::Mac
ot::Mac::Mac::HandleReceivedFrame()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::kErrorInvalidSourceAddress
is read by 4 functions:
All items filtered out
ot::kErrorInvalidSourceAddress
ot::Mac::Mac::HandleReceivedFrame()
ot::Ip6::Ip6::PrepareMulticastToLargerThanRealmLocal()
ot::Ip6::Ip6::SendDatagram()
ot::Ip6::Ip6::SendRaw()
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