Home
last modified time | relevance | path

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

/external/openthread/tests/fuzz/
Dip6_send.cpp64 settings.mPriority = OT_MESSAGE_PRIORITY_NORMAL; in LLVMFuzzerTestOneInput()
/external/openthread/include/openthread/
Dmessage.h68 OT_MESSAGE_PRIORITY_NORMAL = 1, ///< Normal priority level. enumerator
Dhistory_tracker.h134 … OT_HISTORY_TRACKER_MSG_PRIORITY_NORMAL = OT_MESSAGE_PRIORITY_NORMAL, ///< Normal priority level.
/external/openthread/src/cli/
Dcli_udp.cpp133 otMessageSettings messageSettings = {mLinkSecurityEnabled, OT_MESSAGE_PRIORITY_NORMAL}; in ProcessSend()
/external/openthread/src/posix/platform/
Dudp.cpp618 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in Process()
/external/openthread/src/core/common/
Dmessage.hpp308 kPriorityNormal = OT_MESSAGE_PRIORITY_NORMAL, ///< Normal priority level.
/external/openthread/src/ncp/
Dncp_base_mtd.cpp3295 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()
4518 otMessageSettings msgSettings = {false, OT_MESSAGE_PRIORITY_NORMAL}; in HandlePropertySet()