Home
last modified time | relevance | path

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

/external/openthread/include/openthread/
Dhistory_tracker.h104 typedef struct otHistoryTrackerUnicastAddressInfo struct
114 } otHistoryTrackerUnicastAddressInfo; argument
271 const otHistoryTrackerUnicastAddressInfo *otHistoryTrackerIterateUnicastAddressHistory(
/external/openthread/src/core/api/
Dhistory_tracker_api.cpp58 const otHistoryTrackerUnicastAddressInfo *otHistoryTrackerIterateUnicastAddressHistory( in otHistoryTrackerIterateUnicastAddressHistory()
/external/openthread/src/core/utils/
Dhistory_tracker.hpp124 … typedef otHistoryTrackerUnicastAddressInfo UnicastAddressInfo; ///< Unicast IPv6 address info.
/external/openthread/src/cli/
Dcli_history.cpp80 const otHistoryTrackerUnicastAddressInfo *info; in Process()