Home
last modified time | relevance | path

Searched defs:kBufferSize (Results 1 – 6 of 6) sorted by relevance

/openthread-2.7.6/src/core/utils/
Dparse_cmdline.hpp239 … kBufferSize> static otError ParseAsHexString(const char *aString, uint8_t (&aBuffer)[kBufferSize]) in ParseAsHexString()
550 template <uint16_t kBufferSize> otError ParseAsHexString(uint8_t (&aBuffer)[kBufferSize]) in ParseAsHexString()
/openthread-2.7.6/src/cli/
Dcli_udp.cpp246 kBufferSize = 50, in PrepareHexStringPaylod() enumerator
/openthread-2.7.6/tests/unit/
Dtest_hdlc.cpp42 kBufferSize = 1500, // Frame buffer size enumerator
/openthread-2.7.6/src/posix/platform/
Dudp.cpp92 constexpr size_t kBufferSize = 128; in transmitPacket() local
/openthread-2.7.6/src/core/thread/
Dlink_metrics.cpp626 …constexpr uint16_t kBufferSize = sizeof(Tlv) * 3 + sizeof(uint8_t) + sizeof(TypeIdFlags) * kMaxTyp… in SendLinkMetricsQuery() local
/openthread-2.7.6/src/core/common/
Dmessage.hpp138 constexpr uint16_t kBufferSize = OPENTHREAD_CONFIG_MESSAGE_BUFFER_SIZE; variable