Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Ddns.h138 otError otDnsGetNextTxtEntry(otDnsTxtEntryIterator *aIterator, otDnsTxtEntry *aEntry);
/openthread-latest/src/core/api/
Ddns_api.cpp46 otError otDnsGetNextTxtEntry(otDnsTxtEntryIterator *aIterator, otDnsTxtEntry *aEntry) in otDnsGetNextTxtEntry() function
/openthread-latest/src/cli/
Dcli_utils.cpp230 while (otDnsGetNextTxtEntry(&iterator, &entry) == OT_ERROR_NONE) in OutputDnsTxtData()