Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnat64.h165 uint32_t mRemainingTimeMs; ///< Remaining time before expiry in milliseconds. member
/openthread-latest/src/core/net/
Dnat64_translator.cpp312 aMapping.mRemainingTimeMs = 0; in CopyTo()
316 aMapping.mRemainingTimeMs = mExpiry - aNow; in CopyTo()
/openthread-latest/src/cli/
Dcli.cpp893 OutputFormat("| %5lus ", ToUlong(mapping.mRemainingTimeMs / 1000)); in Process()