Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp551 Error GetFramePriority(RxInfo &aRxInfo, Message::Priority &aPriority);
Dmesh_forwarder.cpp1631 SuccessOrExit(error = GetFramePriority(aRxInfo, priority)); in FrameToMessage()
1696 Error MeshForwarder::GetFramePriority(RxInfo &aRxInfo, Message::Priority &aPriority) in GetFramePriority() function in ot::MeshForwarder
Dmesh_forwarder_ftd.cpp824 error = GetFramePriority(aRxInfo, aPriority); in GetForwardFramePriority()