Home
last modified time | relevance | path

Searched refs:OT_MESSAGE_PRIORITY_NORMAL (Results 1 – 7 of 7) sorted by relevance

/openthread-2.7.6/tests/fuzz/
Dip6_send.cpp64 settings.mPriority = OT_MESSAGE_PRIORITY_NORMAL; in LLVMFuzzerTestOneInput()
/openthread-2.7.6/include/openthread/
Dhistory_tracker.h100 … OT_HISTORY_TRACKER_MSG_PRIORITY_NORMAL = OT_MESSAGE_PRIORITY_NORMAL, ///< Normal priority level.
Dmessage.h96 OT_MESSAGE_PRIORITY_NORMAL = 1, ///< Normal priority level. enumerator
/openthread-2.7.6/src/cli/
Dcli_udp.cpp133 otMessageSettings messageSettings = {mLinkSecurityEnabled, OT_MESSAGE_PRIORITY_NORMAL}; in ProcessSend()
/openthread-2.7.6/src/core/common/
Dmessage.hpp349 kPriorityNormal = OT_MESSAGE_PRIORITY_NORMAL, ///< Normal priority level.
/openthread-2.7.6/src/posix/platform/
Dudp.cpp618 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in Process()
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp3311 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()
4517 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()