Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnat64.h125 typedef struct otNat64ErrorCounters struct
129 } otNat64ErrorCounters; typedef
151 void otNat64GetErrorCounters(otInstance *aInstance, otNat64ErrorCounters *aCounters);
/openthread-latest/src/core/net/
Dnat64_translator.hpp119 class ErrorCounters : public otNat64ErrorCounters, public Clearable<otNat64ErrorCounters>
391 DefineCoreType(otNat64ErrorCounters, Nat64::Translator::ErrorCounters);
/openthread-latest/src/core/api/
Dnat64_api.cpp91 void otNat64GetErrorCounters(otInstance *aInstance, otNat64ErrorCounters *aCounters) in otNat64GetErrorCounters()
/openthread-latest/src/cli/
Dcli.cpp968 otNat64ErrorCounters errorCounters; in Process()