Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Ddataset.h209 typedef struct otTimestamp struct
214 } otTimestamp; argument
223 otTimestamp mActiveTimestamp; ///< Active Timestamp
224 otTimestamp mPendingTimestamp; ///< Pending Timestamp
/openthread-latest/src/core/meshcop/
Dtimestamp.hpp61 typedef otTimestamp Info;
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp1235 const otTimestamp &activeTimestamp = aDataset.mActiveTimestamp; in EncodeOperationalDataset()
1245 const otTimestamp &pendingTimestamp = aDataset.mPendingTimestamp; in EncodeOperationalDataset()