Home
last modified time | relevance | path

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

/openthread-latest/src/core/coap/
Dcoap_message.cpp382 VerifyOrExit(GetTokenLength() <= kMaxTokenLength, error = kErrorParse); in ParseHeader()
401 OT_ASSERT(aTokenLength <= kMaxTokenLength); in SetToken()
412 uint8_t token[kMaxTokenLength]; in GenerateRandomToken()
Dcoap_message.hpp167 …static constexpr uint8_t kMaxTokenLength = OT_COAP_MAX_TOKEN_LENGTH; ///< Maximum token le… member in ot::Coap::Message
866 uint8_t mToken[kMaxTokenLength]; ///< The CoAP Token
/openthread-latest/src/core/meshcop/
Dborder_agent.hpp283 uint8_t mToken[Coap::Message::kMaxTokenLength]; // The CoAP Token of the original request.