Home
last modified time | relevance | path

Searched defs:kMinHeaderLength (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/thread/
H A Dlowpan.hpp448 …static constexpr uint16_t kMinHeaderLength = sizeof(uint8_t) + sizeof(uint16_t) + sizeof(uint… member in ot::Lowpan::MeshHeader
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap_message.hpp903 static constexpr uint16_t kMinHeaderLength = 4; member in ot::Coap::Message