Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dhistory_tracker.h160 …bool mRadioTrelUdp6 : 1; ///< Indicates whether msg was sent/received over a TREL radio li… member
/openthread-3.6.0/src/core/utils/
Dhistory_tracker.cpp163 entry->mRadioTrelUdp6 = true; in RecordMessage()
181 entry->mRadioTrelUdp6 = true; in RecordMessage()
/openthread-3.6.0/src/cli/
Dcli_history.cpp1025 if (aInfo.mRadioTrelUdp6 && aInfo.mRadioIeee802154) in RadioTypeToString()
1033 else if (aInfo.mRadioTrelUdp6) in RadioTypeToString()