Home
last modified time | relevance | path

Searched refs:OT_IP6_ADDRESS_STRING_SIZE (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dip6.h590 #define OT_IP6_ADDRESS_STRING_SIZE 40 ///< Recommended size for string representation of an IPv6 ad… macro
/openthread-latest/src/cli/
Dcli_history.cpp139 char addressString[OT_IP6_ADDRESS_STRING_SIZE + 4]; in Process()
255 char addressString[OT_IP6_ADDRESS_STRING_SIZE]; in Process()
Dcli_utils.cpp165 char string[OT_IP6_ADDRESS_STRING_SIZE]; in OutputIp6Address()
/openthread-latest/src/core/net/
Dip6_address.hpp531 …static constexpr uint16_t kInfoStringSize = OT_IP6_ADDRESS_STRING_SIZE; ///< String Size for IPv6 …