Home
last modified time | relevance | path

Searched refs:EmitShortAddress (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/utils/
Dotns.hpp81 static void EmitShortAddress(uint16_t aShortAddress);
Dotns.cpp47 void Otns::EmitShortAddress(uint16_t aShortAddress) { EmitStatus("rloc16=%d", aShortAddress); } in EmitShortAddress() function in ot::Utils::Otns
/openthread-latest/src/core/radio/
Dradio.cpp96 Get<Utils::Otns>().EmitShortAddress(aShortAddress); in SetShortAddress()