Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dip6_address.cpp218 uint8_t sizeInUint16 = (GetBytesSize() + sizeof(uint16_t) - 1) / sizeof(uint16_t); in ToString() local
222 AsCoreType(&tidyPrefix.mPrefix).AppendHexWords(aWriter, sizeInUint16); in ToString()