Home
last modified time | relevance | path

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

/openthread-latest/src/cli/
Dcli.cpp968 otNat64ErrorCounters errorCounters; in Process() local
975 otNat64GetErrorCounters(GetInstancePtr(), &errorCounters); in Process()
993 Uint64ToString(errorCounters.mCount4To6[i], u64StringBuffer)); in Process()
994 OutputLine("| %23s |", Uint64ToString(errorCounters.mCount6To4[i], u64StringBuffer)); in Process()