Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/net/
Dnat64_translator.hpp316 void GetErrorCounters(ErrorCounters &aCounters) const { aCounters = mErrorCounters; } in GetErrorCounters() function in ot::Nat64::Translator
/openthread-3.5.0/src/core/api/
Dnat64_api.cpp100 AsCoreType(aInstance).Get<Nat64::Translator>().GetErrorCounters(AsCoreType(aCounters)); in otNat64GetErrorCounters()