Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Ddns.h75 typedef struct otDnsTxtEntry struct
94 } otDnsTxtEntry; argument
138 otError otDnsGetNextTxtEntry(otDnsTxtEntryIterator *aIterator, otDnsTxtEntry *aEntry);
152 otError otDnsEncodeTxtData(const otDnsTxtEntry *aTxtEntries,
Dsrp_client_buffers.h62 otDnsTxtEntry mTxtEntry; ///< The SRP client TXT entry.
Dsrp_client.h105 …const otDnsTxtEntry *mTxtEntries; ///< Array of TXT entries (`mNumTxtEntries` gives num o…
/openthread-latest/src/core/api/
Ddns_api.cpp46 otError otDnsGetNextTxtEntry(otDnsTxtEntryIterator *aIterator, otDnsTxtEntry *aEntry) in otDnsGetNextTxtEntry()
51 otError otDnsEncodeTxtData(const otDnsTxtEntry *aTxtEntries, in otDnsEncodeTxtData()
/openthread-latest/src/cli/
Dcli_utils.cpp222 otDnsTxtEntry entry; in OutputDnsTxtData()
/openthread-latest/src/core/net/
Ddns_types.hpp1101 class TxtEntry : public otDnsTxtEntry
2734 DefineCoreType(otDnsTxtEntry, Dns::TxtEntry);
/openthread-latest/tests/unit/
Dtest_srp_server.cpp308 static const otDnsTxtEntry kTxtEntries[] = { in PrepareService1()
Dtest_dns_client.cpp267 static const otDnsTxtEntry kTxtEntries[] = { in PrepareService1()
Dtest_srp_adv_proxy.cpp606 static const otDnsTxtEntry kTxtEntries[] = { in PrepareService1()