Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnat64.h151 void otNat64GetErrorCounters(otInstance *aInstance, otNat64ErrorCounters *aCounters);
/openthread-latest/src/core/api/
Dnat64_api.cpp91 void otNat64GetErrorCounters(otInstance *aInstance, otNat64ErrorCounters *aCounters) in otNat64GetErrorCounters() function
/openthread-latest/src/cli/
Dcli.cpp975 otNat64GetErrorCounters(GetInstancePtr(), &errorCounters); in Process()