ESP-IDF
ot::Mac::kShortAddrInvalid
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::Mac::kShortAddrInvalid
ot::Mac::kShortAddrInvalid variable
Syntax
Show:
Summary
Declaration
from
mac_types.hpp:74
constexpr
ShortAddress
kShortAddrInvalid
=
0xfffe
;
Examples
References
from
examples
Code
Location
Scope
Referrer
constexpr
ShortAddress
kShortAddrInvalid
=
0xfffe
;
///< Invalid Short Address.
mac_types.hpp:74
if
(
(
Get
<
Mac
::
Mac
>
(
)
.
GetShortAddress
(
)
==
Mac
::
kShortAddrInvalid
)
||
data_poll_sender.cpp:138
ot::DataPollSender
ot::DataPollSender::GetPollDestinationAddress() const
,
mShortAddress
(
kShortAddrInvalid
)
mac_links.cpp:129
ot::Mac::Links
ot::Mac::Links::Links()
bool
IsShortAddrInvalid
(
void
)
const
{
return
(
(
mType
==
kTypeShort
)
&&
(
GetShort
(
)
==
kShortAddrInvalid
)
)
;
}
mac_types.hpp:359
ot::Mac::Address
ot::Mac::Address::IsShortAddrInvalid() const
constexpr
uint16_t
kInvalidRloc16
=
Mac
::
kShortAddrInvalid
;
///< Invalid RLOC16.
mle_types.hpp:85
if
(
mShortAddress
!=
Mac
::
kShortAddrInvalid
)
neighbor.cpp:69
ot::Neighbor::AddressMatcher
ot::Neighbor::AddressMatcher::Matches() const
:
AddressMatcher
(
aStateFilter
,
Mac
::
kShortAddrInvalid
,
&
aExtAddress
)
neighbor.hpp:138
ot::Neighbor::AddressMatcher
ot::Neighbor::AddressMatcher::AddressMatcher()
aMacAddress
.
IsShort
(
)
?
aMacAddress
.
GetShort
(
)
:
Mac
::
kShortAddrInvalid
,
neighbor.hpp:150
ot::Neighbor::AddressMatcher
ot::Neighbor::AddressMatcher::AddressMatcher()
:
AddressMatcher
(
aStateFilter
,
Mac
::
kShortAddrInvalid
,
nullptr
)
neighbor.hpp:161
ot::Neighbor::AddressMatcher
ot::Neighbor::AddressMatcher::AddressMatcher()
VerifyOrExit
(
(
aShortAddress
!=
Mac
::
kShortAddrBroadcast
)
&&
(
aShortAddress
!=
Mac
::
kShortAddrInvalid
)
)
;
neighbor_table.cpp:101
ot::NeighborTable
ot::NeighborTable::FindNeighbor()
SetShortAddress
(
Mac
::
kShortAddrInvalid
)
;
radio.cpp:67
ot::Radio
ot::Radio::Init()
mShortAddress
=
kShortAddrInvalid
;
sub_mac.cpp:74
ot::Mac::SubMac
ot::Mac::SubMac::Init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Mac::kShortAddrInvalid
is read by 8 functions:
All items filtered out
ot::Mac::kShortAddrInvalid
ot::Mac::Address::IsShortAddrInvalid() const
ot::Neighbor::AddressMatcher::AddressMatcher()
ot::DataPollSender::GetPollDestinationAddress() const
ot::Mac::Links::Links()
ot::Mac::SubMac::Init()
ot::Radio::Init()
ot::Neighbor::AddressMatcher::Matches() const
ot::NeighborTable::FindNeighbor()
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