Searched refs:OT_IP6_ADDRESS_STRING_SIZE (Results 1 – 4 of 4) sorted by relevance
590 #define OT_IP6_ADDRESS_STRING_SIZE 40 ///< Recommended size for string representation of an IPv6 ad… macro
139 char addressString[OT_IP6_ADDRESS_STRING_SIZE + 4]; in Process()255 char addressString[OT_IP6_ADDRESS_STRING_SIZE]; in Process()
165 char string[OT_IP6_ADDRESS_STRING_SIZE]; in OutputIp6Address()
531 …static constexpr uint16_t kInfoStringSize = OT_IP6_ADDRESS_STRING_SIZE; ///< String Size for IPv6 …