Home
last modified time | relevance | path

Searched refs:OT_IP6_PREFIX_STRING_SIZE (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/posix/platform/
Dfirewall.cpp89 char prefixBuf[OT_IP6_PREFIX_STRING_SIZE]; in UpdateIpSets()
Dnetif.cpp796 char prefixString[OT_IP6_PREFIX_STRING_SIZE]; in UpdateOmrRoutes()
891 char prefixString[OT_IP6_PREFIX_STRING_SIZE]; in UpdateExternalRoutes()
/openthread-latest/include/openthread/
Dip6.h624 #define OT_IP6_PREFIX_STRING_SIZE 45 ///< Recommended size for string representation of an IPv6 pre… macro
/openthread-latest/src/cli/
Dcli_history.cpp1310 char prefixString[OT_IP6_PREFIX_STRING_SIZE]; in Process()
1399 char prefixString[OT_IP6_PREFIX_STRING_SIZE]; in Process()
Dcli_br.cpp506 char string[OT_IP6_PREFIX_STRING_SIZE]; in Process()
Dcli_utils.cpp180 char string[OT_IP6_PREFIX_STRING_SIZE]; in OutputIp6Prefix()
Dcli.cpp884 char ip6AddressString[OT_IP6_PREFIX_STRING_SIZE]; in Process()
/openthread-latest/src/core/net/
Dip6_address.hpp96 …static constexpr uint16_t kInfoStringSize = OT_IP6_PREFIX_STRING_SIZE; ///< Info string size (`ToS…