Home
last modified time | relevance | path

Searched refs:kCodeUnauthorized (Results 1 – 2 of 2) sorted by relevance

/openthread-3.5.0/src/core/coap/
Dcoap_message.hpp115 kCodeUnauthorized = OT_COAP_CODE_UNAUTHORIZED, ///< Unauthorized enumerator
Dcoap_message.cpp429 {kCodeUnauthorized, "Unauthorized"}, in CodeToString()